From 02db696732c031d9a0265dc9bbf4f5b1fad042b3 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Mon, 27 May 2019 10:48:17 -0600 Subject: bpo-32941: Add madvise() for mmap objects (GH-6172) Allow mmap objects to access the madvise() system call. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index bc276ac5836..e8cbfeb154a 100755 --- a/configure +++ b/configure @@ -11471,7 +11471,7 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \ if_nameindex \ - initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mmap \ + initgroups kill killpg lchmod lchown lockf linkat lstat lutimes madvise mmap \ memrchr mbrtowc mkdirat mkfifo \ mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \ -- cgit v1.2.3-65-gdbad