Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()

was added.

Submitted by:	avilla
Discussed with:	wollman
This commit is contained in:
John Baldwin 2011-11-08 14:47:28 +00:00
parent 87acb7d512
commit 6d31bbad83

View File

@ -49,7 +49,7 @@
* the POSIX standard; however, if the relevant sysconf() function
* returns -1, the functions may be stubbed out.
*/
#define _POSIX_ADVISORY_INFO -1
#define _POSIX_ADVISORY_INFO 200112L
#define _POSIX_ASYNCHRONOUS_IO 0
#define _POSIX_CHOWN_RESTRICTED 1
#define _POSIX_CLOCK_SELECTION -1