Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -50/+50 |
| | |||||
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 1 | -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 option | Peter S. Mazinger | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | Remove unneeded _GNU_SOURCE | Peter S. Mazinger | 2006-01-23 | 1 | -3/+0 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-01-23 | 1 | -23/+11 |
| | |||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 2 | -13/+13 |
| | |||||
* | Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ↵ | Manuel Novoa III | 2005-05-02 | 1 | -2/+12 |
| | | | | the comment in the code. | ||||
* | Alexandre Oliva writes: | Eric Andersen | 2004-02-18 | 1 | -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 headers | Eric Andersen | 2002-06-17 | 4 | -2/+48 |
| | | | | -Erik | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 15 | -284/+325 |
| | |||||
* | Makeheader files be more like GNU | Eric Andersen | 2001-01-15 | 6 | -33/+31 |
| | |||||
* | Make some of the rpc stuff compile | Eric Andersen | 2000-08-03 | 4 | -14/+16 |
| | | | | -Erik | ||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 17 | -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 Andersen | 2000-05-15 | 2 | -3/+2 |
| | | | | | It now compiles.... -Erik | ||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 13 | -0/+1750 |