summaryrefslogtreecommitdiff
path: root/src/sys/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/event.rs')
-rw-r--r--src/sys/event.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/event.rs b/src/sys/event.rs
index 494c12dd..95b7619e 100644
--- a/src/sys/event.rs
+++ b/src/sys/event.rs
@@ -21,7 +21,7 @@ pub struct KEvent {
#[cfg(any(target_os = "openbsd", target_os = "freebsd",
target_os = "dragonfly", target_os = "macos",
target_os = "ios"))]
-type type_of_udata = *mut ::c_void;
+type type_of_udata = *mut libc::c_void;
#[cfg(any(target_os = "openbsd", target_os = "freebsd",
target_os = "dragonfly", target_os = "macos",
target_os = "ios"))]
@@ -127,7 +127,7 @@ libc_bitflags!(
#[cfg(any(target_os = "macos", target_os = "ios"))]
NOTE_EXITSTATUS,
NOTE_EXTEND,
- #[cfg(any(target_os = "macos",
+ #[cfg(any(target_os = "macos",
target_os = "ios",
target_os = "freebsd",
target_os = "dragonfly"))]