summaryrefslogtreecommitdiffstats
path: root/include/rpc
Commit message (Collapse)AuthorAgeFilesLines
* libc: Fix typo in include/rpcCarmelo Amoroso2010-02-083-6/+6
| | | | | | | s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/ Signed-off-by: Jason Woodward <jason.woodward@timesys.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-192-0/+8
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* 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>
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
|
* 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-2013-3/+75
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-0/+2
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-50/+50
|
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-0/+3
| | | | | | | | | | | | | and marked with libc_hidden_proto/def(), or not be exported in .h files and be hidden (or even static if possible). We have five functions which violate this. Fixing: netdb.h: export ruserpass() rpc/rpc.h: export xdr_accepted_reply() and xdr_rejected_reply() make inet_ntoa_r static function (it is not exported in any .h file) make _time_tzset hidden function (it is not exported in any .h file)
* Guard the reentrant prototypes w/ appropiate config optionPeter S. Mazinger2006-03-191-1/+1
|
* Remove unneeded _GNU_SOURCEPeter S. Mazinger2006-01-231-3/+0
|
* sync with glibcMike Frysinger2006-01-231-23/+11
|
* Sync up w/ glibcPeter S. Mazinger2005-11-042-13/+13
|
* Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ↵Manuel Novoa III2005-05-021-2/+12
| | | | the comment in the code.
* Alexandre Oliva writes:Eric Andersen2004-02-181-2/+2
| | | | | | | | | | While testing the FR-V code with GCC mainline, I ran into some problems in the RPC code. It relies on a GCC extension that is no longer available, namely, the result of a cast is no longer considered an lvalue. This patch enables the code to compile. I haven't been able to test RPC though, especially in a multi-threaded environment.
* Update rpc headers. Add missing some headersEric Andersen2002-06-174-2/+48
| | | | -Erik
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-2715-284/+325
|
* Makeheader files be more like GNUEric Andersen2001-01-156-33/+31
|
* Make some of the rpc stuff compileEric Andersen2000-08-034-14/+16
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0617-363/+1417
| | | | | headers (the way it has been done in GNU libc). -Erik
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-152-3/+2
| | | | | It now compiles.... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-1/+1
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-1413-0/+1750