summaryrefslogtreecommitdiffstats
path: root/include/pwd.h
Commit message (Collapse)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+4
| | | | | Appears to build fine (several .configs tried)
* Sync up w/ glibcPeter S. Mazinger2005-11-041-23/+62
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-36/+120
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+3
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-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
* Reworked the password stuff to be reentrant. Group stuff isEric Andersen2001-03-081-4/+24
| | | | | still needing to be reworked. -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+40