diff --git a/lib/other/Makefile.in b/lib/other/Makefile.in index dcb5032eb..7470dca7f 100644 --- a/lib/other/Makefile.in +++ b/lib/other/Makefile.in @@ -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 \ diff --git a/lib/other/setgroups.c b/lib/other/_setgroups.c similarity index 100% rename from lib/other/setgroups.c rename to lib/other/_setgroups.c