Skip to content

Commit

Permalink
dragonfly: remove redefinitions of WNOHANG and WUNTRACED
Browse files Browse the repository at this point in the history
These are already defined generally for BSD systemss
  • Loading branch information
Chuck Musser committed Mar 3, 2021
1 parent 6bfee3c commit 56c98cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/bsd/freebsdlike/dragonfly/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,6 @@ pub const _SC_V7_LPBIG_OFFBIG: ::c_int = 125;
pub const _SC_THREAD_ROBUST_PRIO_INHERIT: ::c_int = 126;
pub const _SC_THREAD_ROBUST_PRIO_PROTECT: ::c_int = 127;

pub const WNOHANG: ::c_int = 0x1;
pub const WUNTRACED: ::c_int = 0x2;
pub const WCONTINUED: ::c_int = 0x4;
pub const WSTOPPED: ::c_int = 0x2;
pub const WNOWAIT: ::c_int = 0x8;
Expand Down

0 comments on commit 56c98cb

Please sign in to comment.