Skip to content

Commit f6e6be1

Browse files
committed
Added PT_FIRSTMACH
1 parent e6d8c8d commit f6e6be1

File tree

2 files changed

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

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
8585

8686
pub const SIGSTKSZ : ::size_t = 40960;
8787

88+
pub const PT_FIRSTMACH: ::c_int = 32;
89+
8890
extern {
8991
pub fn nl_langinfo_l(item: ::nl_item, locale: ::locale_t) -> *mut ::c_char;
9092
pub fn duplocale(base: ::locale_t) -> ::locale_t;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
248248

249249
pub const SIGSTKSZ : ::size_t = 28672;
250250

251+
pub const PT_FIRSTMACH: ::c_int = 32;
252+
251253
extern {
252254
pub fn accept4(s: ::c_int, addr: *mut ::sockaddr,
253255
addrlen: *mut ::socklen_t, flags: ::c_int) -> ::c_int;

0 commit comments

Comments
 (0)