https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a346a26790d005f68c21e0b6fffcbf81ea2181da
commit a346a26790d005f68c21e0b6fffcbf81ea2181da Author: Corinna Vinschen <[email protected]> Date: Thu Aug 3 14:56:24 2017 +0200 cygwin/signal.h: Remove SI_QUEUE unimplemented comment Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/include/cygwin/signal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winsup/cygwin/include/cygwin/signal.h b/winsup/cygwin/include/cygwin/signal.h index af08336..a8c852d 100644 --- a/winsup/cygwin/include/cygwin/signal.h +++ b/winsup/cygwin/include/cygwin/signal.h @@ -265,8 +265,7 @@ enum SI_MESGQ, /* sent by real time mesq state change (currently unimplemented) */ SI_TIMER, /* sent by timer expiration */ - SI_QUEUE, /* sent by sigqueue (currently - unimplemented) */ + SI_QUEUE, /* sent by sigqueue */ SI_KERNEL, /* sent by system */ ILL_ILLOPC, /* illegal opcode */
