summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/pwd.h
Commit message (Collapse)AuthorAgeFilesLines
* Feature test macros overhaul: pwd.hYaakov Selkowitz2016-03-171-2/+2
| | | | | | getpw*_r dates back to POSIX.1c, and *pwent to XPG4v2. Both are also BSD. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* * libc/include/pwd.h: Include <sys/cdefs.h>.Corinna Vinschen2014-02-091-0/+1
| | | | * libc/include/grp.h: Ditto.
* * libc/include/pwd.h: Use __foo_VISIBLE macros from sys/cdefs.h.Corinna Vinschen2014-01-171-2/+10
| | | | (setpassent): Declare.
* * libc/include/pwd.h (struct passwd): Change pw_uid and pw_gidCorinna Vinschen2005-02-081-2/+2
| | | | | | members to uid_t and gid_t according to SUSv3. * libc/include/sys/time.h (utimes): Change second parameter to const according to SUSv3.
* * libc/include/pwd.h: Add guards to avoid type clashes when compilingCorinna Vinschen2003-03-091-0/+2
| | | | | | | Cygwin. * libc/include/sys/stat.h: Ditto. * libc/include/sys/unistd.h: Ditto. * libc/sys/cygwin/sys/dirent.h: Ditto.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+76