mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
ppoll() is similar() to poll(), but it takes its timeout as timespec instead of as int, and it takes an additional sigmask parameter. Change the sys$poll parameters to match ppoll() and implement poll() in terms of ppoll().
2.0 KiB
2.0 KiB