summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/grp.h
Commit message (Collapse)AuthorAgeFilesLines
* Feature test macros overhaul: grp.hYaakov Selkowitz2016-03-171-3/+5
| | | | | | | _PATH_GROUP is a BSDism. getgr*_r are BSD|SVID|POSIX, and the *grent functions are BSD|SVID|XPG4v2. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
| | | | | | | | * libc/include/grp.h (group_from_gid): Remove prototype. (setgrfile): Ditto. (setgroupent): Ditto. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
| | | | | | | | This fixes the build of krb5 and other packages on Cygwin. * libc/include/grp.h: Use __BSD_VISIBLE and __XSI_VISIBLE guards. 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/grp.h: Declare getgrnam_r and getgrgid_r also on Cygwin.Corinna Vinschen2004-05-171-2/+0
|
* * libc/include/grp.h: Don't define setgrfile, group_from_gid andCorinna Vinschen2003-09-091-0/+6
| | | | setgroupent for Cygwin.
* * libc/include/grp.h: Don't declare group functions when compilingCorinna Vinschen2002-02-101-0/+2
| | | | Cygwin.
* * libc/include/grp.h: Include Cygwin specific header.Corinna Vinschen2002-02-091-1/+3
| | | | | | | * libc/include/sys/stat.h: Ditto. Don't define `struct stat' when compiling for Cygwin. * libc/include/sys/types.h: Don't define off_t, uid_t and gid_t when compiling for Cygwin.
* 2001-02-08 Edward M. Lee <tailbert@yahoo.com>Jeff Johnston2001-02-091-0/+1
| | | | | | | | | * libc/include/grp.h: add prototype for initgroups. * libc/include/stdio.h: fix prototype for putw. * libc/include/sys/signal.h: add prototype for killpg. * libc/include/sys/stat.h: enable mknod/lstat for CYGWIN. * libc/include/sys/unistd.h: add prototypes for getpgid, setpgrp, vhangup and remove duplicate sysconf prototype.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+85