@findex usleep
Removed in POSIX.1-2008.
-POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
Gnulib module: usleep
@mindex usleep
@node sys/timeb.h
@section @file{sys/timeb.h}
-POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/timeb.h.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/timeb.h.html}
Gnulib module: ---
@node ucontext.h
@section @file{ucontext.h}
-POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ucontext.h.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@* @url{https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ucontext.h.html}
Gnulib module: ---
#if @GNULIB_USLEEP@
/* Pause the execution of the current thread for N microseconds.
Returns 0 on completion, or -1 on range error.
- See the POSIX:2001 specification
+ See the POSIX.1-2004 specification
<https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html>. */
# if @REPLACE_USLEEP@
# if !(defined __cplusplus && defined GNULIB_NAMESPACE)