2 ** Copyright 2001, Manuel J. Petit. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
10 #include <errno_private.h>
14 usleep(unsigned useconds
)
17 err
= snooze_until(system_time() + (bigtime_t
)(useconds
), B_SYSTEM_TIMEBASE
);