From a346a26790d005f68c21e0b6fffcbf81ea2181da Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 3 Aug 2017 14:56:24 +0200 Subject: [PATCH] cygwin/signal.h: Remove SI_QUEUE unimplemented comment Signed-off-by: Corinna Vinschen --- 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 af0833688..a8c852ddb 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 */