diff options
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/ChangeLog | 4 | ||||
-rw-r--r-- | gdbsupport/common.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 1f4f4a2..2532a39 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,5 +1,9 @@ 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca> + * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK. + +2020-10-31 Simon Marchi <simon.marchi@polymtl.ca> + * configure: Re-generate. * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE + AC_LANG_PROGRAM. diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4 index 2b5750e..c265a9b 100644 --- a/gdbsupport/common.m4 +++ b/gdbsupport/common.m4 @@ -50,7 +50,7 @@ AC_DEFUN([GDB_AC_COMMON], [ poll.h sys/poll.h sys/select.h) AC_FUNC_MMAP - AC_FUNC_VFORK + AC_FUNC_FORK AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 poll socketpair sigaction \ ptrace64 sbrk setns sigaltstack sigprocmask \ setpgid setpgrp getrusage getauxval]) |