From dfbd73589ebef873cfc401cba17c7792b0aa26de Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 27 Aug 2001 22:39:56 +0000 Subject: * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some gratuitious whitespace changes. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * top.c: Remove redundant logic to define HAVE_SIGSETMASK. (sigsetmask) Don't define macro. (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from async_stop_sig from event-top.c. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical order. Add sigsetmask. (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in alphabetical order. * config/xm-aix4.h, config/alpha/xm-alphalinux.h, config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h (HAVE_SIGSETMASK): Remove. * aclocal.m4, config.in, configure --- gdb/config/rs6000/xm-rs6000.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/config/rs6000/xm-rs6000.h') diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h index 31b15974e71..5893c77d2c8 100644 --- a/gdb/config/rs6000/xm-rs6000.h +++ b/gdb/config/rs6000/xm-rs6000.h @@ -44,7 +44,6 @@ /* #define HAVE_TERMIO 1 */ #define USG 1 -#define HAVE_SIGSETMASK 1 #define FIVE_ARG_PTRACE -- cgit v1.2.1