summaryrefslogtreecommitdiff
path: root/include/rpc
AgeCommit message (Collapse)Author
2005-05-02Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ↵Manuel Novoa III
the comment in the code.
2004-02-18Alexandre Oliva writes:Eric Andersen
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.
2002-06-17Update rpc headers. Add missing some headersEric Andersen
-Erik
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-01-15Makeheader files be more like GNUEric Andersen
2000-08-03Make some of the rpc stuff compileEric Andersen
-Erik
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
headers (the way it has been done in GNU libc). -Erik
2000-05-15Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen
It now compiles.... -Erik
2000-05-14Some makefile updates to make it behave a bit better/consistently.Erik Andersen
-Erik
2000-05-14Initial revisionErik Andersen