From 79b908938b17dfbade054079f97378c4e17bbca0 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 27 Sep 2018 11:10:43 +0200 Subject: [PATCH] Set #undef HAVE_UTIMENSAT and HAVE_SIGACTION --- cpython/pyconfig.undefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpython/pyconfig.undefs.h b/cpython/pyconfig.undefs.h index 8be9e869d..68a4d0c57 100644 --- a/cpython/pyconfig.undefs.h +++ b/cpython/pyconfig.undefs.h @@ -2,3 +2,5 @@ #undef HAVE_EPOLL_CREATE1 #undef HAVE_LINUX_VM_SOCKETS_H #undef HAVE_SOCKETPAIR +#undef HAVE_UTIMENSAT +#undef HAVE_SIGACTION