mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
gdb: remove an unintended #undef
An #undef seems to have sneaked into gdbsupport/scoped_signal_handler.h. This causes the HAVE_SIGACTION macro to be cleared unintentionally. Remove the line. Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
parent
0466831f8b
commit
68e953e34b
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@
|
|||
|
||||
#include <signal.h>
|
||||
|
||||
#undef HAVE_SIGACTION
|
||||
|
||||
/* RAII class to set a signal handler for a scope, that will take care of
|
||||
unsetting the handler when the scope is left.
|
||||
This class will try to use sigaction whenever available, following the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue