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
85
85
86
86
pub const SIGSTKSZ : :: size_t = 40960 ;
87
87
88
+ pub const PT_FIRSTMACH : :: c_int = 32 ;
89
+
88
90
extern {
89
91
pub fn nl_langinfo_l ( item : :: nl_item , locale : :: locale_t ) -> * mut :: c_char ;
90
92
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
248
248
249
249
pub const SIGSTKSZ : :: size_t = 28672 ;
250
250
251
+ pub const PT_FIRSTMACH : :: c_int = 32 ;
252
+
251
253
extern {
252
254
pub fn accept4 ( s : :: c_int , addr : * mut :: sockaddr ,
253
255
addrlen : * mut :: socklen_t , flags : :: c_int ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments