2 * Copyright 2002-2007, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
12 #include <syscall_utils.h>
14 #include <errno_private.h>
19 poll(struct pollfd
*fds
, nfds_t numfds
, int timeout
)
21 RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_poll(fds
, numfds
, timeout
* 1000LL));