mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
pselect() is similar() to select(), but it takes its timeout as timespec instead of as timeval, and it takes an additional sigmask parameter. Change the sys$select parameters to match pselect() and implement select() in terms of pselect().
161 KiB
161 KiB