From af6cca50afbf8b6c6cbdbc898eeacb8e23d13a34 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 25 May 2008 04:31:54 +0000 Subject: move setgroups definition to libbb.h so that it no longer inadvertently get hidden attribute --- include/grp_.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/grp_.h') diff --git a/include/grp_.h b/include/grp_.h index 45ee22ba9..23c4dcc03 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 -- cgit v1.2.3