Skip to content

Commit 62ac76c

Browse files
committed
Add WCONTINUED and WSTOPPED for DragonFly
1 parent ce48715 commit 62ac76c

File tree

1 file changed

+3
-0
lines changed
  • src/unix/bsd/freebsdlike/dragonfly

1 file changed

+3
-0
lines changed

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,9 @@ pub const _SC_V7_LPBIG_OFFBIG: ::c_int = 125;
714714
pub const _SC_THREAD_ROBUST_PRIO_INHERIT: ::c_int = 126;
715715
pub const _SC_THREAD_ROBUST_PRIO_PROTECT: ::c_int = 127;
716716

717+
pub const WCONTINUED: ::c_int = 4;
718+
pub const WSTOPPED: ::c_int = 0o177;
719+
717720
extern {
718721
pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int)
719722
-> ::c_int;

0 commit comments

Comments
 (0)