forked from Imagelibrary/binutils-gdb
Revert last patch to xmalloc.c, and instead bring over this patch from
egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
This commit is contained in:
@@ -154,7 +154,7 @@ funcs="$funcs waitpid"
|
||||
|
||||
vars="sys_errlist sys_nerr sys_siglist"
|
||||
|
||||
checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times"
|
||||
checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk"
|
||||
|
||||
# These are neither executed nor required, but they help keep
|
||||
# autoheader happy without adding a bunch of text to acconfig.h.
|
||||
@@ -168,6 +168,7 @@ if test "x" = "y"; then
|
||||
AC_DEFINE(HAVE_SYS_NERR)
|
||||
AC_DEFINE(HAVE_SYS_SIGLIST)
|
||||
AC_CHECK_FUNCS(getrusage on_exit psignal strerror strsignal sysconf times)
|
||||
AC_CHECK_FUNCS(sbrk)
|
||||
fi
|
||||
|
||||
# For each of these functions, if the host does not provide the
|
||||
|
||||
Reference in New Issue
Block a user