File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/bsd/netbsdlike/openbsdlike Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
8585
8686pub const SIGSTKSZ : :: size_t = 40960 ;
8787
88+ pub const PT_FIRSTMACH : :: c_int = 32 ;
89+
8890extern {
8991 pub fn nl_langinfo_l ( item : :: nl_item , locale : :: locale_t ) -> * mut :: c_char ;
9092 pub fn duplocale ( base : :: locale_t ) -> :: locale_t ;
Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
248248
249249pub const SIGSTKSZ : :: size_t = 28672 ;
250250
251+ pub const PT_FIRSTMACH : :: c_int = 32 ;
252+
251253extern {
252254 pub fn accept4 ( s : :: c_int , addr : * mut :: sockaddr ,
253255 addrlen : * mut :: socklen_t , flags : :: c_int ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments