summaryrefslogtreecommitdiffstats
path: root/include/rpc/rpc.h
Commit message (Collapse)AuthorAgeFilesLines
* libc: Fix typo in include/rpcCarmelo Amoroso2010-02-081-2/+2
| | | | | | | 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>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+6
| | | | | Appears to build fine (several .configs tried)
* 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)
* Update rpc headers. Add missing some headersEric Andersen2002-06-171-2/+13
| | | | -Erik
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-1/+30
|
* Makeheader files be more like GNUEric Andersen2001-01-151-3/+1
|
* Make some of the rpc stuff compileEric Andersen2000-08-031-0/+2
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-15/+6
| | | | | 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-151-1/+1
| | | | | 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-141-0/+79