Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"

This reverts commit 54ed68a781.
This commit is contained in:
Corinna Vinschen
2017-08-03 14:55:21 +02:00
parent 54ed68a781
commit f41d402bd4
2 changed files with 16 additions and 22 deletions

View File

@@ -265,7 +265,8 @@ enum
SI_MESGQ, /* sent by real time mesq state change
(currently unimplemented) */
SI_TIMER, /* sent by timer expiration */
SI_QUEUE, /* sent by sigqueue */
SI_QUEUE, /* sent by sigqueue (currently
unimplemented) */
SI_KERNEL, /* sent by system */
ILL_ILLOPC, /* illegal opcode */