* 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:
Fred Fish 1996-04-13 04:38:55 +00:00
parent 07f48792d2
commit 38d715a4c8
5 changed files with 20 additions and 2 deletions

View file

@ -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,