POSIX.1-2008 removes the specification of usleep().

This commit is contained in:
Michael Kerrisk 2008-08-06 12:46:57 +00:00
parent 4725e646c0
commit f8eabcf929
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ Interrupted by a signal; see
POSIX.1-2001 declares this function obsolete; use
.BR nanosleep (2)
instead.
.\" FIXME . Mar 08: The next POSIX.1 revision removes usleep().
POSIX.1-2008 removes the specification of
.BR usleep ().
On the original BSD implementation,
and in glibc before version 2.2.2, the return type of this function is