aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-12-22 11:31:24 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-12-22 11:31:24 -0800
commit66a9d9f8d55f78c297cc63dc16f9ca87bc034fdd (patch)
treeb4e7b32e7e374b301b1bba8ab3b5cdccead0622a /gcc/fixproto
parentaf86171da7b4a7b6cdeab7aff0e052f597b36297 (diff)
downloadgcc-66a9d9f8d55f78c297cc63dc16f9ca87bc034fdd.zip
gcc-66a9d9f8d55f78c297cc63dc16f9ca87bc034fdd.tar.gz
gcc-66a9d9f8d55f78c297cc63dc16f9ca87bc034fdd.tar.bz2
(required_unistd_h): Delete getgroups from list.
From-SVN: r6270
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-xgcc/fixproto3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto
index c3fd133..8ab7405 100755
--- a/gcc/fixproto
+++ b/gcc/fixproto
@@ -113,8 +113,9 @@ fi
required_stdlib_h="abort abs atexit atof atoi atol bsearch calloc exit free getenv labs malloc qsort rand realloc srand strtod strtol strtoul system"
# "div ldiv", - ignored because these depend on div_t, ldiv_t
# ignore these: "mblen mbstowcs mbstowc wcstombs wctomb"
+# Left out getgroups, because SunOS4 has incompatible BSD and SVR4 versions.
# Should perhaps also add NULL
-required_unistd_h="_exit access alarm chdir chown close ctermid cuserid dup dup2 execl execle execlp execv execve execvp fork fpathconf getcwd getegid geteuid getgid getgroups getlogin getpgrp getpid getppid getuid isatty link lseek pathconf pause pipe read rmdir setgid setpgid setsid setuid sleep sysconf tcgetpgrp tcsetpgrp ttyname unlink write"
+required_unistd_h="_exit access alarm chdir chown close ctermid cuserid dup dup2 execl execle execlp execv execve execvp fork fpathconf getcwd getegid geteuid getgid getlogin getpgrp getpid getppid getuid isatty link lseek pathconf pause pipe read rmdir setgid setpgid setsid setuid sleep sysconf tcgetpgrp tcsetpgrp ttyname unlink write"
done_dirs=""
echo "" >fixproto.list