POSIX: introduce ppoll

will appear in the next version: https://www.opengroup.org/austin/docs/austin_1110.pdf

Change-Id: I38014ad910881df260f0ec762831491e143328c4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4099
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Jérôme Duval
2021-06-19 18:09:25 +00:00
parent 0af04dccaa
commit c6fe367365
5 changed files with 87 additions and 28 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ extern ssize_t _kern_select(int numfds, struct fd_set *readSet,
struct fd_set *writeSet, struct fd_set *errorSet,
bigtime_t timeout, const sigset_t *sigMask);
extern ssize_t _kern_poll(struct pollfd *fds, int numFDs,
bigtime_t timeout);
bigtime_t timeout, const sigset_t *sigMask);
extern int _kern_open_attr_dir(int fd, const char *path,
bool traverseLeafLink);