mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

options/posix: ppoll should be implemented as a sysdep

Open Mathewnd opened this issue 1 year ago • 0 comments

ppoll is currently implemented using sigprocmask and poll. It should be implemented as a sysdep instead, so it can do these atomically as expected.

Mathewnd avatar Aug 03 '24 22:08 Mathewnd