Fix typo in comment.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
de5c1722f5
commit
341e277210
@ -235,7 +235,7 @@ typedef struct ksiginfo {
|
||||
#define KSI_TRAP 0x01 /* Generated by trap. */
|
||||
#define KSI_EXT 0x02 /* Externally managed ksi. */
|
||||
#define KSI_INS 0x04 /* Directly insert ksi, not the copy */
|
||||
#define KSI_SIGQ 0x08 /* Generated by sigqueue, might ret EGAIN. */
|
||||
#define KSI_SIGQ 0x08 /* Generated by sigqueue, might ret EAGAIN. */
|
||||
#define KSI_HEAD 0x10 /* Insert into head, not tail. */
|
||||
#define KSI_PTRACE 0x20 /* Generated by ptrace. */
|
||||
#define KSI_COPYMASK (KSI_TRAP | KSI_SIGQ | KSI_PTRACE)
|
||||
|
Loading…
Reference in New Issue
Block a user