Add to prototype: define _POSIX_C_SOURCE 199309

As per Debian bug 314435
This commit is contained in:
Michael Kerrisk 2005-07-25 11:33:22 +00:00
parent 6ca594c529
commit 998c7b3d5b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
.SH NAME
nanosleep \- pause execution for a specified time
.SH SYNOPSIS
.B #define _POSIX_C_SOURCE 199309
.B #include <time.h>
.sp
\fBint nanosleep(const struct timespec *\fIreq\fB, struct timespec *\fIrem\fB);