mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
(signame_init): Define SIGINFO.
This commit is contained in:
parent
49e522bfb8
commit
dd02efa5f5
@ -216,6 +216,9 @@ signame_init ()
|
||||
#if defined (SIGDANGER)
|
||||
init_sig (SIGDANGER, "DANGER", "Danger signal");
|
||||
#endif
|
||||
#if defined (SIGINFO)
|
||||
init_sig (SIGINFO, "INFO", "Information request");
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Return the abbreviation for signal NUMBER. */
|
||||
|
Loading…
Reference in New Issue
Block a user