* event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
authorMark Kettenis <kettenis@gnu.org>
Mon, 27 Aug 2001 22:39:56 +0000 (22:39 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 27 Aug 2001 22:39:56 +0000 (22:39 +0000)
commit46711df821e6955e5fdc91e2d939356e048aa64b
tree040cef5218b39e3d2d1532bcec3cae0abf501c9b
parent8a423cb3d62534f6663b66ae42045fd984d36d63
* 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/ChangeLog
gdb/aclocal.m4
gdb/config.in
gdb/config/alpha/xm-alphalinux.h
gdb/config/i386/xm-cygwin.h
gdb/config/rs6000/xm-rs6000.h
gdb/config/xm-aix4.h
gdb/configure
gdb/configure.in
gdb/event-top.c
gdb/top.c