summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/signalvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h
index a8a975f..cd4213c 100644
--- a/sys/sys/signalvar.h
+++ b/sys/sys/signalvar.h
@@ -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_COPYMASK (KSI_TRAP|KSI_SIGQ)
OpenPOWER on IntegriCloud