From 8915d10a26e51b54ae5a908d0697ace2ab64ef53 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 9 Feb 2001 00:13:54 +0000 Subject: 2001-02-08 Edward M. Lee * 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. --- newlib/libc/include/grp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/grp.h') 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 */ -- cgit v1.2.3