Next: snprintf
, Previous: sinl
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
sleep
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/sleep.html
Gnulib module: sleep
Portability problems fixed by Gnulib:
void
on some
platforms:
mingw (2005 and older).
Portability problems not fixed by Gnulib:
sleep
function may interfere with the program’s
use of the SIGALRM
signal. On Linux, it doesn’t; on other platforms,
it may.