Skip to content

Commit

Permalink
Remove remaining copy of the comment about idtype_t being an enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackw committed Jan 10, 2017
1 parent 984fb54 commit 84bce94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ pub type tcflag_t = ::c_ulong;
pub type nl_item = ::c_int;
pub type id_t = ::c_uint;
pub type sem_t = ::c_int;

// idtype_t is specified as a C enum:
// http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
// However, FFI doesn't currently know how to ABI-match a C enum
// (rust#28925, rust#34641).
pub type idtype_t = ::c_uint;

pub enum timezone {}
Expand Down

0 comments on commit 84bce94

Please sign in to comment.