setgroups fix
This commit is contained in:
parent
61bb82a44b
commit
cff75286df
2 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ libc_FILES=" \
|
|||
_reboot.c \
|
||||
_sbrk.c \
|
||||
_seekdir.c \
|
||||
_setgroups.c \
|
||||
_sprofile.c \
|
||||
_svrctl.c \
|
||||
_sysuname.c \
|
||||
|
@ -79,7 +80,6 @@ libc_FILES=" \
|
|||
rindex.c \
|
||||
rlimit.c \
|
||||
setenv.c \
|
||||
setgroups.c \
|
||||
settimeofday.c \
|
||||
stderr.c \
|
||||
strdup.c \
|
||||
|
|
Loading…
Reference in a new issue