Skip to content

Commit e83f20b

Browse files
committed
Add WCONTINUED const for OpenBSD
1 parent 68f9959 commit e83f20b

File tree

1 file changed

+2
-0
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+2
-0
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ pub const SOCK_CLOEXEC: ::c_int = 0x8000;
651651
pub const SOCK_NONBLOCK: ::c_int = 0x4000;
652652
pub const SOCK_DNS: ::c_int = 0x1000;
653653

654+
pub const WCONTINUED: ::c_int = 8;
655+
654656
f! {
655657
pub fn WIFCONTINUED(status: ::c_int) -> bool {
656658
status & 0o177777 == 0o177777

0 commit comments

Comments
 (0)