From f4931779e4432bde7f04fd1a60a7f055f86e6ccb Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 5 Jul 2021 09:53:33 -0400 Subject: gdbsupport/common.m4: check for sigtimedwait The next patch will make the use of sigtimedwait conditional to whether the platform provides it. Start by adding a configure check for it. gdbsupport/ChangeLog: * common.m4 (GDB_AC_COMMON): Check for sigtimedwait. * config.in, configure: Re-generate. gdb/ChangeLog: * config.in, configure: Re-generate. gdbserver/ChangeLog: * config.in, configure: Re-generate. Change-Id: Ic7613fe14521b966b4d991bbcd0933ab14629c05 --- gdbserver/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbserver/configure') diff --git a/gdbserver/configure b/gdbserver/configure index b9d4653..b227167 100755 --- a/gdbserver/configure +++ b/gdbserver/configure @@ -7118,7 +7118,7 @@ fi for ac_func in fdwalk getrlimit pipe pipe2 poll socketpair sigaction \ ptrace64 sbrk setns sigaltstack sigprocmask \ - setpgid setpgrp getrusage getauxval + setpgid setpgrp getrusage getauxval sigtimedwait do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -- cgit v1.1