diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-09-25 00:41:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-09-25 00:41:49 +0000 |
commit | f6cad924b1a19e3d965f82aa67a8d97a40069b41 (patch) | |
tree | 4c8bc2a8f67a2494a465d88f37e2d7f86be5cf34 | |
parent | 923a79a7690748f6df3fc3f6d461578cb10e7f88 (diff) | |
download | busybox-w32-f6cad924b1a19e3d965f82aa67a8d97a40069b41.tar.gz busybox-w32-f6cad924b1a19e3d965f82aa67a8d97a40069b41.tar.bz2 busybox-w32-f6cad924b1a19e3d965f82aa67a8d97a40069b41.zip |
we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin)
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
82 | /* Some libc's forget to declare these, do it ourself */ | 82 | /* Some libc's forget to declare these, do it ourself */ |
83 | extern char **environ; | 83 | extern char **environ; |
84 | 84 | ||
85 | /* Set the group set for the current user to GROUPS (N of them). */ | ||
86 | int setgroups(size_t n, const gid_t *groups); | ||
87 | #if defined(__GLIBC__) && __GLIBC__ < 2 | 85 | #if defined(__GLIBC__) && __GLIBC__ < 2 |
88 | int vdprintf(int d, const char *format, va_list ap); | 86 | int vdprintf(int d, const char *format, va_list ap); |
89 | #endif | 87 | #endif |