Added "#define _XOPEN_SOURCE 600" to prototype.

This commit is contained in:
Michael Kerrisk 2006-03-01 03:29:07 +00:00
parent 96018ebe53
commit f5441d2af5
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS
.nf
.B #define _XOPEN_SOURCE 600
.B #include <fcntl.h>
.sp
.BI "int posix_fadvise(int " fd ", off_t " offset ", off_t " len ", int " advice ");"