File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ fn test_openbsd(target: &str) {
427
427
"string.h" ,
428
428
"sys/file.h" ,
429
429
"sys/ioctl.h" ,
430
+ "sys/ipc.h" ,
430
431
"sys/mman.h" ,
431
432
"sys/param.h" ,
432
433
"sys/resource.h" ,
@@ -990,6 +991,7 @@ fn test_netbsd(target: &str) {
990
991
"sys/file.h" ,
991
992
"sys/ioctl.h" ,
992
993
"sys/ioctl_compat.h" ,
994
+ "sys/ipc.h" ,
993
995
"sys/ktrace.h" ,
994
996
"sys/mman.h" ,
995
997
"sys/mount.h" ,
Original file line number Diff line number Diff line change @@ -1183,6 +1183,7 @@ forkpty
1183
1183
freeifaddrs
1184
1184
freelocale
1185
1185
fsid_t
1186
+ ftok
1186
1187
futimes
1187
1188
getbootfile
1188
1189
getbyteorder
Original file line number Diff line number Diff line change @@ -952,6 +952,7 @@ freelocale
952
952
freezero
953
953
fsid_t
954
954
fstatfs
955
+ ftok
955
956
fusefs_args
956
957
futimes
957
958
getdomainname
Original file line number Diff line number Diff line change @@ -747,6 +747,7 @@ extern "C" {
747
747
pub fn reallocarray ( ptr : * mut :: c_void , nmemb : :: size_t , size : :: size_t ) -> * mut :: c_void ;
748
748
pub fn gethostid ( ) -> :: c_long ;
749
749
pub fn sethostid ( hostid : :: c_long ) -> :: c_int ;
750
+ pub fn ftok ( path : * const :: c_char , id : :: c_int ) -> :: key_t ;
750
751
}
751
752
752
753
cfg_if ! {
You can’t perform that action at this time.
0 commit comments