We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984fb54 commit 84bce94Copy full SHA for 84bce94
src/unix/bsd/apple/mod.rs
@@ -21,11 +21,6 @@ pub type tcflag_t = ::c_ulong;
21
pub type nl_item = ::c_int;
22
pub type id_t = ::c_uint;
23
pub type sem_t = ::c_int;
24
-
25
-// idtype_t is specified as a C enum:
26
-// http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
27
-// However, FFI doesn't currently know how to ABI-match a C enum
28
-// (rust#28925, rust#34641).
29
pub type idtype_t = ::c_uint;
30
31
pub enum timezone {}
0 commit comments