diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-02-09 00:13:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-02-09 00:13:54 +0000 |
commit | 8915d10a26e51b54ae5a908d0697ace2ab64ef53 (patch) | |
tree | 2206381690f64111bbf9565f5a3ec64ed6d0024b /newlib/libc/include/grp.h | |
parent | 889109ab1f067163550437c266efb53710c74ab9 (diff) | |
download | cygnal-8915d10a26e51b54ae5a908d0697ace2ab64ef53.tar.gz cygnal-8915d10a26e51b54ae5a908d0697ace2ab64ef53.tar.bz2 cygnal-8915d10a26e51b54ae5a908d0697ace2ab64ef53.zip |
2001-02-08 Edward M. Lee <tailbert@yahoo.com>
* 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.
Diffstat (limited to 'newlib/libc/include/grp.h')
-rw-r--r-- | newlib/libc/include/grp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/grp.h b/newlib/libc/include/grp.h index b8680a5d8..2e676f366 100644 --- a/newlib/libc/include/grp.h +++ b/newlib/libc/include/grp.h @@ -75,6 +75,7 @@ void setgrfile (const char *); #ifndef _XOPEN_SOURCE char *group_from_gid (gid_t, int); int setgroupent (int); +int initgroups (const char *, gid_t); #endif /* !_XOPEN_SOURCE */ #endif /* !_POSIX_SOURCE */ |