mlibc
mlibc copied to clipboard
options/posix: ppoll should be implemented as a sysdep
ppoll is currently implemented using sigprocmask and poll. It should be implemented as a sysdep instead, so it can do these atomically as expected.