Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -10/+11 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -0/+3 |
| | | | | | | 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/+40 |
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 |