summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rcmd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-10/+10
| | | | -Erik
* Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen2002-07-071-16/+5
| | | | | | by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik
* Make sure the sccsid tags never get compiled in.Eric Andersen2002-06-181-1/+1
| | | | -Erik
* don't pretend to be reentrant yetEric Andersen2002-02-261-0/+6
|
* Fix rpc + threads so it now compiles.Eric Andersen2002-02-261-21/+60
|
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-41/+47
| | | | | alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less.
* Patch to add rcmd support, from Stefan Soucek, which I'd longEric Andersen2002-01-021-0/+669
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik