SIGIO and SIGPOLL have value 29, not 23.
This commit is contained in:
parent
a8e25a6827
commit
25aa2b845a
|
@ -28,14 +28,14 @@
|
|||
(tstp 20)
|
||||
(ttin 21)
|
||||
(ttou 22)
|
||||
(io 23)
|
||||
(poll 23)
|
||||
(urg 23)
|
||||
(xcpu 24)
|
||||
(xfsz 25)
|
||||
(vtalrm 26)
|
||||
(prof 27)
|
||||
(winch 28)
|
||||
(io 29)
|
||||
(poll 29)
|
||||
(pwr 30)
|
||||
(unused 31)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue