Open Mathewnd opened 3 months ago
ppoll is currently implemented using sigprocmask and poll. It should be implemented as a sysdep instead, so it can do these atomically as expected.
ppoll
sigprocmask
poll
ppoll
is currently implemented usingsigprocmask
andpoll
. It should be implemented as a sysdep instead, so it can do these atomically as expected.