sleep
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/sleep.html
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.