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 @@ -430,6 +430,7 @@ fn test_openbsd(target: &str) {
430430 "string.h" ,
431431 "sys/file.h" ,
432432 "sys/ioctl.h" ,
433+ "sys/ipc.h" ,
433434 "sys/mman.h" ,
434435 "sys/param.h" ,
435436 "sys/resource.h" ,
@@ -993,6 +994,7 @@ fn test_netbsd(target: &str) {
993994 "sys/file.h" ,
994995 "sys/ioctl.h" ,
995996 "sys/ioctl_compat.h" ,
997+ "sys/ipc.h" ,
996998 "sys/ktrace.h" ,
997999 "sys/mman.h" ,
9981000 "sys/mount.h" ,
Original file line number Diff line number Diff line change @@ -1183,6 +1183,7 @@ forkpty
11831183freeifaddrs
11841184freelocale
11851185fsid_t
1186+ ftok
11861187futimes
11871188getbootfile
11881189getbyteorder
Original file line number Diff line number Diff line change @@ -952,6 +952,7 @@ freelocale
952952freezero
953953fsid_t
954954fstatfs
955+ ftok
955956fusefs_args
956957futimes
957958getdomainname
Original file line number Diff line number Diff line change @@ -747,6 +747,7 @@ extern "C" {
747747 pub fn reallocarray ( ptr : * mut :: c_void , nmemb : :: size_t , size : :: size_t ) -> * mut :: c_void ;
748748 pub fn gethostid ( ) -> :: c_long ;
749749 pub fn sethostid ( hostid : :: c_long ) -> :: c_int ;
750+ pub fn ftok ( path : * const :: c_char , id : :: c_int ) -> :: key_t ;
750751}
751752
752753cfg_if ! {
You can’t perform that action at this time.
0 commit comments