Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-02-09 03:13:54 +0300
committerJeff Johnston <jjohnstn@redhat.com>2001-02-09 03:13:54 +0300
commit8915d10a26e51b54ae5a908d0697ace2ab64ef53 (patch)
tree2206381690f64111bbf9565f5a3ec64ed6d0024b /newlib/libc/include/grp.h
parent889109ab1f067163550437c266efb53710c74ab9 (diff)
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.h1
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 */