1 --- Python-3.7.7/configure.ac.orig 2020-06-11 18:29:34.063859133 +0000
2 +++ Python-3.7.7/configure.ac 2020-06-11 18:29:49.347521390 +0000
3 @@ -3645,13 +3645,13 @@
6 AC_MSG_CHECKING(for epoll)
7 -AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/epoll.h>]], [[void *x=epoll_create]])],
8 +AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/epoll.h>]], [[void *x=no_epoll_create]])],
9 [AC_DEFINE(HAVE_EPOLL, 1, Define if you have the 'epoll' functions.)
13 AC_MSG_CHECKING(for epoll_create1)
14 -AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/epoll.h>]], [[void *x=epoll_create1]])],
15 +AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/epoll.h>]], [[void *x=no_epoll_create1]])],
16 [AC_DEFINE(HAVE_EPOLL_CREATE1, 1, Define if you have the 'epoll_create1' function.)