(required_unistd_h): Delete getgroups from list.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 22 Dec 1993 19:31:24 +0000 (11:31 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 22 Dec 1993 19:31:24 +0000 (11:31 -0800)
From-SVN: r6270

gcc/fixproto

index c3fd133..8ab7405 100755 (executable)
@@ -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