Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 1 | -0/+13 |
| | |||||
* | uClibc does not support getutent_r, getutid_r, and getutline_r, | Eric Andersen | 2004-10-07 | 1 | -13/+0 |
| | | | | and SuSv3 does not require r specify them. So kill the prototypes. | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -48/+85 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -0/+4 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen | 2001-05-08 | 1 | -0/+3 |
| | | | | | | | | port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Add a sneaky backwards compat hack from Michael Shmulevich | Eric Andersen | 2001-03-19 | 1 | -0/+1 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+52 |