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
11461146fchflags
11471147fdatasync
11481148fdopendir
1149+ flags_to_string
11491150fmemopen
11501151forkpty
11511152freeifaddrs
@@ -1367,6 +1368,7 @@ srand
13671368stack_t
13681369strcasecmp
13691370strcasestr
1371+ string_to_flags
13701372strncasecmp
13711373strndup
13721374strpct
Original file line number Diff line number Diff line change @@ -2388,6 +2388,13 @@ extern "C" {
23882388 tpe : :: c_int ,
23892389 ) ;
23902390
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+
23912398 pub fn kinfo_getvmmap ( pid : :: pid_t , cntp : * mut :: size_t ) -> * mut kinfo_vmentry ;
23922399}
23932400
You can’t perform that action at this time.
0 commit comments