2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
11 #include <errno_private.h>
12 #include <syscall_utils.h>
16 nanosleep(const struct timespec
* time
, struct timespec
* remainingTime
)
19 clock_nanosleep(CLOCK_MONOTONIC
, 0, time
, remainingTime
));