From cff75286dfdf239a4a5ee03b303c933f5fef364b Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Tue, 19 Jan 2010 21:15:43 +0000 Subject: [PATCH] setgroups fix --- lib/other/Makefile.in | 2 +- lib/other/{setgroups.c => _setgroups.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/other/{setgroups.c => _setgroups.c} (100%) 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 -- 2.44.0