Files
ladybird/Libraries/LibC
Nico Weber d2684a8645 LibC+Kernel: Implement ppoll
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().
2020-06-23 14:12:20 +02:00
..
2020-06-22 16:00:20 +02:00
2020-06-17 18:49:06 +02:00
2020-05-30 15:01:18 +02:00
2020-06-23 14:12:20 +02:00
2020-06-23 14:12:20 +02:00
2020-05-26 14:35:10 +02:00
2020-05-07 23:32:11 +02:00