From: Mike Frysinger Date: Thu, 25 Sep 2008 00:41:49 +0000 (-0000) Subject: we dont provide setgroups() replacement, so dont provide the prototype either ..... X-Git-Tag: 1_13_0~173 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6cad924b1a19e3d965f82aa67a8d97a40069b41;p=oweals%2Fbusybox.git we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin) --- diff --git a/include/libbb.h b/include/libbb.h index 34c7e417b..815a3f3d2 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -82,8 +82,6 @@ /* Some libc's forget to declare these, do it ourself */ extern char **environ; -/* Set the group set for the current user to GROUPS (N of them). */ -int setgroups(size_t n, const gid_t *groups); #if defined(__GLIBC__) && __GLIBC__ < 2 int vdprintf(int d, const char *format, va_list ap); #endif