1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227341

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