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-18 23:13:48 +02:00
2020-06-23 14:12:20 +02:00
2020-06-22 21:21:38 +02:00
2020-06-07 19:29:40 +02:00
2020-06-03 08:12:50 +02:00
2020-06-07 22:55:33 +02:00
2020-05-16 12:00:04 +02:00
2020-06-12 21:28:55 +02:00
2020-06-23 13:51:19 +02:00
2020-06-21 16:42:46 +02:00
2020-06-12 21:28:55 +02:00
2020-06-22 21:47:00 +02:00
2020-06-22 21:47:01 +02:00
2020-06-22 19:07:25 +02:00
2020-06-16 13:15:17 +02:00
2020-06-12 21:28:55 +02:00
2020-06-22 10:33:50 +02:00
2020-05-30 00:32:12 +02:00
2020-05-14 20:15:18 +02:00
2020-06-13 22:20:37 +02:00
2020-05-20 16:24:26 +02:00
2020-05-27 19:52:18 +02:00
2020-05-14 20:15:18 +02:00
2020-06-04 15:58:04 +02:00
2020-05-14 08:50:10 +02:00
2020-06-16 13:15:17 +02:00
2020-06-23 13:51:19 +02:00
2020-05-14 20:15:18 +02:00
2020-06-22 21:47:00 +02:00