File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1146,6 +1146,7 @@ fchdir
1146
1146
fchflags
1147
1147
fdatasync
1148
1148
fdopendir
1149
+ flags_to_string
1149
1150
fmemopen
1150
1151
forkpty
1151
1152
freeifaddrs
@@ -1367,6 +1368,7 @@ srand
1367
1368
stack_t
1368
1369
strcasecmp
1369
1370
strcasestr
1371
+ string_to_flags
1370
1372
strncasecmp
1371
1373
strndup
1372
1374
strpct
Original file line number Diff line number Diff line change @@ -2388,6 +2388,13 @@ extern "C" {
2388
2388
tpe : :: c_int ,
2389
2389
) ;
2390
2390
2391
+ pub fn string_to_flags (
2392
+ string_p : * mut * mut :: c_char ,
2393
+ setp : * mut :: c_ulong ,
2394
+ clrp : * mut :: c_ulong ,
2395
+ ) -> :: c_int ;
2396
+ pub fn flags_to_string ( flags : :: c_ulong , def : * const :: c_char ) -> :: c_int ;
2397
+
2391
2398
pub fn kinfo_getvmmap ( pid : :: pid_t , cntp : * mut :: size_t ) -> * mut kinfo_vmentry ;
2392
2399
}
2393
2400
You can’t perform that action at this time.
0 commit comments