mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 18:35:28 +00:00
* readline.c: Make new SIGNALS_* macros to parameterize the
ugly changes in signal blocking macro. Use them throughout, reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter significantly. Make all such places use POSIX if available, to avoid losing with poor `sigsetmask' emulation from libiberty.
This commit is contained in:
parent
7c88553a91
commit
87afde58f6
@ -1,3 +1,11 @@
|
|||||||
|
Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
|
* readline.c: Make new SIGNALS_* macros to parameterize the
|
||||||
|
ugly changes in signal blocking macro. Use them throughout,
|
||||||
|
reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
|
||||||
|
significantly. Make all such places use POSIX if available,
|
||||||
|
to avoid losing with poor `sigsetmask' emulation from libiberty.
|
||||||
|
|
||||||
Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com)
|
Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
* readline.c (insert_some_chars): Return void.
|
* readline.c (insert_some_chars): Return void.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user