|
@@ -12,7 +12,7 @@
|
12
|
12
|
int main()
|
13
|
13
|
{
|
14
|
14
|
return epoll_create(5) < 1;
|
15
|
|
-@@ -675,7 +675,7 @@ fi
|
|
15
|
+@@ -639,7 +639,7 @@ fi
|
16
|
16
|
dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
|
17
|
17
|
dnl * It may also be broken in AIX.
|
18
|
18
|
AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
|
|
@@ -21,7 +21,7 @@
|
21
|
21
|
#define _XOPEN_SOURCE 600
|
22
|
22
|
#include <stdio.h>
|
23
|
23
|
#include <stdlib.h>
|
24
|
|
-@@ -684,6 +684,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
|
|
24
|
+@@ -648,6 +648,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
|
25
|
25
|
#if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
|
26
|
26
|
possibly broken posix_fallocate
|
27
|
27
|
#endif
|