summaryrefslogtreecommitdiff
path: root/libraries/base/include
diff options
context:
space:
mode:
authorIku Iwasa <iku.iwasa@gmail.com>2012-09-16 16:36:25 +0900
committerSimon Marlow <marlowsd@gmail.com>2012-10-04 16:06:41 +0100
commit4aa8bc19c7293f9740e2c826e53fb6ce1a36c834 (patch)
treef01b27afab080a9062c18ebb14abc2c64c682855 /libraries/base/include
parent0978d64034da39c31f1e3d040807747581fe8c52 (diff)
downloadhaskell-4aa8bc19c7293f9740e2c826e53fb6ce1a36c834.tar.gz
Adapt to NetBSD's struct kevent
Diffstat (limited to 'libraries/base/include')
-rw-r--r--libraries/base/include/EventConfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/base/include/EventConfig.h.in b/libraries/base/include/EventConfig.h.in
index 032ceb12bc..061b6aced3 100644
--- a/libraries/base/include/EventConfig.h.in
+++ b/libraries/base/include/EventConfig.h.in
@@ -83,3 +83,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+
+/* The size of `kev.filter', as computed by sizeof. */
+#undef SIZEOF_KEV_FILTER
+
+/* The size of `kev.flags', as computed by sizeof. */
+#undef SIZEOF_KEV_FLAGS