* README: Update for 4.16 release.
* configure.in (AC_CHECK_FUNCS): Also check for sbrk. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. * main.c (main): Only use sbrk() when HAVE_SBRK is defined. * top.c (command_loop): Ditto.
This commit is contained in:
parent
07f48792d2
commit
38d715a4c8
5 changed files with 20 additions and 2 deletions
|
@ -42,7 +42,7 @@ AC_HEADER_STDC
|
|||
AC_CHECK_HEADERS(limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h endian.h)
|
||||
AC_HEADER_STAT
|
||||
|
||||
AC_CHECK_FUNCS(setpgid)
|
||||
AC_CHECK_FUNCS(setpgid sbrk)
|
||||
|
||||
AC_MSG_CHECKING([for gregset_t type])
|
||||
AC_CACHE_VAL(gdb_cv_have_gregset_t,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue