Skip to content

Commit 84bce94

Browse files
committed
Remove remaining copy of the comment about idtype_t being an enum.
1 parent 984fb54 commit 84bce94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/unix/bsd/apple/mod.rs

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ pub type tcflag_t = ::c_ulong;
2121
pub type nl_item = ::c_int;
2222
pub type id_t = ::c_uint;
2323
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).
2924
pub type idtype_t = ::c_uint;
3025

3126
pub enum timezone {}

0 commit comments

Comments
 (0)