Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2011 14:47:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227341 - head/sys/sys
Message-ID:  <201111081447.pA8ElSlD035903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Nov  8 14:47:28 2011
New Revision: 227341
URL: http://svn.freebsd.org/changeset/base/227341

Log:
  Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()
  was added.
  
  Submitted by:	avilla
  Discussed with:	wollman

Modified:
  head/sys/sys/unistd.h

Modified: head/sys/sys/unistd.h
==============================================================================
--- head/sys/sys/unistd.h	Tue Nov  8 14:46:03 2011	(r227340)
+++ head/sys/sys/unistd.h	Tue Nov  8 14:47:28 2011	(r227341)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111081447.pA8ElSlD035903>