summaryrefslogtreecommitdiffstats
path: root/include/rpc/clnt.h
Commit message (Collapse)AuthorAgeFilesLines
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-1/+1
| | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-0/+4
| | | | | | | text+data text+rodata rwdata bss filename - 2308 2284 24 24 libc/inet/rpc/clnt_unix.o + 2308 2308 0 0 libc/inet/rpc/clnt_unix.o
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+10
| | | | | Appears to build fine (several .configs tried)
* Sync up w/ glibcPeter S. Mazinger2005-11-041-3/+3
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-43/+41
|
* Makeheader files be more like GNUEric Andersen2001-01-151-6/+6
|
* Make some of the rpc stuff compileEric Andersen2000-08-031-6/+6
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-71/+163
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+331