forked from Imagelibrary/binutils-gdb
merge from gcc
This commit is contained in:
@@ -358,10 +358,10 @@ funcs="$funcs setproctitle"
|
||||
|
||||
vars="sys_errlist sys_nerr sys_siglist"
|
||||
|
||||
checkfuncs="__fsetlocking canonicalize_file_name dup3 getrusage getsysinfo \
|
||||
gettimeofday on_exit psignal pstat_getdynamic pstat_getstatic realpath \
|
||||
sbrk spawnve spawnvpe strerror strsignal sysconf sysctl sysmp table \
|
||||
times wait3 wait4"
|
||||
checkfuncs="__fsetlocking canonicalize_file_name dup3 getrlimit getrusage \
|
||||
getsysinfo gettimeofday on_exit psignal pstat_getdynamic pstat_getstatic \
|
||||
realpath setrlimit sbrk spawnve spawnvpe strerror strsignal sysconf sysctl \
|
||||
sysmp table times wait3 wait4"
|
||||
|
||||
# These are neither executed nor required, but they help keep
|
||||
# autoheader happy without adding a bunch of text to acconfig.h.
|
||||
@@ -371,13 +371,13 @@ if test "x" = "y"; then
|
||||
calloc canonicalize_file_name clock \
|
||||
dup3 \
|
||||
ffs __fsetlocking \
|
||||
getcwd getpagesize getrusage getsysinfo gettimeofday \
|
||||
getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \
|
||||
index insque \
|
||||
memchr memcmp memcpy memmem memmove memset mkstemps \
|
||||
on_exit \
|
||||
psignal pstat_getdynamic pstat_getstatic putenv \
|
||||
random realpath rename rindex \
|
||||
sbrk setenv setproctitle sigsetmask snprintf spawnve spawnvpe \
|
||||
sbrk setenv setproctitle setrlimit sigsetmask snprintf spawnve spawnvpe \
|
||||
stpcpy stpncpy strcasecmp strchr strdup \
|
||||
strerror strncasecmp strndup strrchr strsignal strstr strtod strtol \
|
||||
strtoul strverscmp sysconf sysctl sysmp \
|
||||
|
||||
Reference in New Issue
Block a user