Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Fix typo in include/rpc | Carmelo Amoroso | 2010-02-08 | 1 | -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 Vlasenko | 2008-11-20 | 1 | -0/+6 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | 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) | ||||
* | Update rpc headers. Add missing some headers | Eric Andersen | 2002-06-17 | 1 | -2/+13 |
| | | | | -Erik | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -1/+30 |
| | |||||
* | Makeheader files be more like GNU | Eric Andersen | 2001-01-15 | 1 | -3/+1 |
| | |||||
* | Make some of the rpc stuff compile | Eric Andersen | 2000-08-03 | 1 | -0/+2 |
| | | | | -Erik | ||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 1 | -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 Andersen | 2000-05-15 | 1 | -1/+1 |
| | | | | | 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 | 1 | -0/+79 |