From: Todd C. Miller Date: Sat, 3 Apr 2010 13:44:32 +0000 (-0400) Subject: SIGPOLL is sometimes the same as SIGIO (like on HP-UX) X-Git-Tag: SUDO_1_8_0~749^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0716ab38afae696dfb5dae9d509c379ff75e0087;p=sudo SIGPOLL is sometimes the same as SIGIO (like on HP-UX) --- diff --git a/compat/siglist.in b/compat/siglist.in index 8f8154640..f149eb530 100644 --- a/compat/siglist.in +++ b/compat/siglist.in @@ -26,6 +26,7 @@ ALRM Alarm clock TERM Terminated STKFLT Stack fault +# before POLL (POLL is sometimes the same as IO) IO I/O possible XCPU CPU time limit exceeded XFSZ File size limit exceeded