diff options
author | Iku Iwasa <iku.iwasa@gmail.com> | 2012-09-16 16:36:25 +0900 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-10-04 16:06:41 +0100 |
commit | 4aa8bc19c7293f9740e2c826e53fb6ce1a36c834 (patch) | |
tree | f01b27afab080a9062c18ebb14abc2c64c682855 /libraries/base/include | |
parent | 0978d64034da39c31f1e3d040807747581fe8c52 (diff) | |
download | haskell-4aa8bc19c7293f9740e2c826e53fb6ce1a36c834.tar.gz |
Adapt to NetBSD's struct kevent
Diffstat (limited to 'libraries/base/include')
-rw-r--r-- | libraries/base/include/EventConfig.h.in | 6 |
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 |