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-05-11 09:50:42 +02:00
2020-05-29 07:59:45 +02:00
2020-05-29 07:59:45 +02:00
2020-06-08 21:50:45 +02:00
2020-06-22 16:00:20 +02:00
2020-05-26 14:35:10 +02:00
2020-05-30 11:31:49 +02:00
2020-06-17 18:49:06 +02:00
2020-05-17 22:35:25 +02:00
2020-05-20 16:24:26 +02:00
2020-05-23 15:27:33 +02:00
2020-05-26 14:35:10 +02:00
2020-05-20 08:31:31 +02:00
2020-05-29 07:59:45 +02:00
2020-06-17 18:35:49 +02:00
2020-05-30 15:01:18 +02:00
2020-06-12 21:28:55 +02:00
2020-05-11 10:52:24 +02:00
2020-05-20 16:24:26 +02:00
2020-05-29 07:59:45 +02:00
2020-06-12 21:28:55 +02:00
2020-06-23 14:12:20 +02:00
2020-06-23 14:12:20 +02:00
2020-06-12 21:28:55 +02:00
2020-06-16 09:34:00 +02:00
2020-06-20 14:43:27 +02:00
2020-06-20 14:43:27 +02:00
2020-05-16 12:00:04 +02:00
2020-05-23 17:03:41 +02:00
2020-06-08 21:57:13 +02:00
2020-05-23 15:27:33 +02:00
2020-05-26 14:35:10 +02:00
2020-06-08 21:53:41 +02:00
2020-06-08 21:53:41 +02:00
2020-05-07 23:32:11 +02:00
2020-06-18 23:19:16 +02:00
2020-06-18 23:19:16 +02:00
2020-05-11 09:50:42 +02:00