summaryrefslogtreecommitdiffstats
path: root/include/grp.h
Commit message (Collapse)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+5
| | | | | Appears to build fine (several .configs tried)
* implement getgrouplist()Denis Vlasenko2008-09-271-5/+8
|
* Sync up w/ glibcPeter S. Mazinger2005-11-041-26/+85
|
* First pass prototype removals from auditing header files:Eric Andersen2004-09-071-6/+0
| | | | | a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff)
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-23/+136
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+4
| | | | | | 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
* Initial revision0_9_1Erik Andersen2000-05-141-0/+37