From 6d31bbad83cc06807eb94188c198eb79edcf2080 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 8 Nov 2011 14:47:28 +0000 Subject: [PATCH] Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise() was added. Submitted by: avilla Discussed with: wollman --- sys/sys/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 9e7f7e6d8342..d0078367ae95 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -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