summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-03 09:28:20 -0500
committermidipix <writeonce@midipix.org>2018-12-04 07:06:24 -0500
commite0cd9ea6f465b86fac2af7dcaceff9a6307a455a (patch)
treeec7bfe7d0cb146c519307c745a62c47c8b505739 /profiles
parent7a8b0c01002ed87fe601cd4025f62606b507c3c8 (diff)
downloadsbpython2-e0cd9ea6f465b86fac2af7dcaceff9a6307a455a.tar.bz2
sbpython2-e0cd9ea6f465b86fac2af7dcaceff9a6307a455a.tar.xz
osapi: moved HAVE_EPOLL from modern.h to linux.h (oversight).
Diffstat (limited to 'profiles')
-rw-r--r--profiles/osapi/linux.h3
-rw-r--r--profiles/osapi/modern.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h
index 98dfa75..e0d436a 100644
--- a/profiles/osapi/linux.h
+++ b/profiles/osapi/linux.h
@@ -4,6 +4,9 @@
/* sys headers */
#define HAVE_SYS_EPOLL_H 1
+/* interfaces */
+#define HAVE_EPOLL 1
+
/* os-specific headers */
#define HAVE_ASM_TYPES_H 1
#define HAVE_ALLOCA_H 1
diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h
index 40f5c40..de2d51d 100644
--- a/profiles/osapi/modern.h
+++ b/profiles/osapi/modern.h
@@ -73,7 +73,6 @@
#define HAVE_DEV_PTMX 1
#define HAVE_DLOPEN 1
#define HAVE_DUP2 1
-#define HAVE_EPOLL 1
#define HAVE_ERF 1
#define HAVE_ERFC 1
#define HAVE_EXECV 1