Quoth Simon Slavin <slav...@bigfraud.org>, on 2010-09-27 13:43:20 +0100:
> I think this differs for different platforms.

What about POSIX:2001?

>From http://www.opengroup.org/onlinepubs/000095399/functions/usleep.html:
|   The usleep() function may fail if:
|
|   [EINVAL]
|       The time interval specified one million or more microseconds.

Note that the function is both XSI and marked obsolescent.  POSIX:2008
removes usleep entirely.  nanosleep is the replacement, AFAIK.

   ---> Drake Wilson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to