Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-12 | Functions should be either exported in public .h files | Denis Vlasenko | |
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) | |||
2002-06-17 | Update rpc headers. Add missing some headers | Eric Andersen | |
-Erik | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-01-15 | Makeheader files be more like GNU | Eric Andersen | |
2000-08-03 | Make some of the rpc stuff compile | Eric Andersen | |
-Erik | |||
2000-07-06 | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | |
headers (the way it has been done in GNU libc). -Erik | |||
2000-05-15 | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | |
It now compiles.... -Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |