diff options
author | Denis Vlasenko | 2008-05-25 04:31:54 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-25 04:31:54 +0000 |
commit | af6cca50afbf8b6c6cbdbc898eeacb8e23d13a34 (patch) | |
tree | b3ed8282e35c90edb42f0844cd65c12048aec39a /include/grp_.h | |
parent | 30f892a0ee32ec556467e9f7bc7c46d4ed42f12e (diff) | |
download | busybox-af6cca50afbf8b6c6cbdbc898eeacb8e23d13a34.zip busybox-af6cca50afbf8b6c6cbdbc898eeacb8e23d13a34.tar.gz |
move setgroups definition to libbb.h so that it no longer inadvertently
get hidden attribute
Diffstat (limited to 'include/grp_.h')
-rw-r--r-- | include/grp_.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/grp_.h b/include/grp_.h index 45ee22b..23c4dcc 100644 --- a/include/grp_.h +++ b/include/grp_.h @@ -36,11 +36,6 @@ struct group { char **gr_mem; /* Member list. */ }; -/* We don't reimplement this, just supplying prototype */ -/* The function itself is in libc */ -/* Set the group set for the current user to GROUPS (N of them). */ -extern int setgroups(size_t __n, __const gid_t *__groups); - #define setgrent bb_internal_setgrent #define endgrent bb_internal_endgrent |