changeset 3286:7c80f584c3a9

posix_fadvise64() had been implemented in Linux 2.5.60
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Nov 2009 16:29:47 +0000
parents 3ba82806ec9a
children e07630a9547d
files auto/os/linux
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -35,6 +35,12 @@ then
 fi
 
 
+# posix_fadvise64() had been implemented in 2.5.60
+
+if [ $version -lt 132412 ]; then
+    have=NGX_HAVE_POSIX_FADVISE . auto/nohave
+fi
+
 # epoll, EPOLLET version
 
 ngx_feature="epoll"