mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Remove SI_KERNEL until I really implemented it.
o Add definition SI_NOINFO for zero si_code.
This commit is contained in:
parent
4a3df7fe7b
commit
ac98951601
1 changed files with 1 additions and 1 deletions
|
|
@ -326,6 +326,7 @@ struct sigaction {
|
|||
#endif
|
||||
|
||||
#if __POSIX_VISIBLE || __XSI_VISIBLE
|
||||
#define SI_NOINFO 0 /* No signal info besides si_signo. */
|
||||
#define SI_USER 0x10001 /* Signal sent by kill(). */
|
||||
#define SI_QUEUE 0x10002 /* Signal sent by the sigqueue(). */
|
||||
#define SI_TIMER 0x10003 /* Signal generated by expiration of */
|
||||
|
|
@ -334,7 +335,6 @@ struct sigaction {
|
|||
/* an asynchronous I/O request.*/
|
||||
#define SI_MESGQ 0x10005 /* Signal generated by arrival of a */
|
||||
/* message on an empty message queue. */
|
||||
#define SI_KERNEL 0x10006 /* Normal signal is sent by kernel. */
|
||||
#endif
|
||||
#if __BSD_VISIBLE
|
||||
#define SI_UNDEFINED 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue