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 \
|
_reboot.c \
|
||||||
_sbrk.c \
|
_sbrk.c \
|
||||||
_seekdir.c \
|
_seekdir.c \
|
||||||
|
_setgroups.c \
|
||||||
_sprofile.c \
|
_sprofile.c \
|
||||||
_svrctl.c \
|
_svrctl.c \
|
||||||
_sysuname.c \
|
_sysuname.c \
|
||||||
|
@ -79,7 +80,6 @@ libc_FILES=" \
|
||||||
rindex.c \
|
rindex.c \
|
||||||
rlimit.c \
|
rlimit.c \
|
||||||
setenv.c \
|
setenv.c \
|
||||||
setgroups.c \
|
|
||||||
settimeofday.c \
|
settimeofday.c \
|
||||||
stderr.c \
|
stderr.c \
|
||||||
strdup.c \
|
strdup.c \
|
||||||
|
|
Loading…
Reference in a new issue