| ... | @@ -10312,6 +10312,12 @@ pub const FUTEX = switch (native_os) { | ... | @@ -10312,6 +10312,12 @@ pub const FUTEX = switch (native_os) { |
| 10312 | else => void, | 10312 | else => void, |
| 10313 | }; | 10313 | }; |
| 10314 | | 10314 | |
| | 10315 | pub const MFD = switch (native_os) { |
| | 10316 | .linux => linux.MFD, |
| | 10317 | .freebsd => freebsd.MFD, |
| | 10318 | else => void, |
| | 10319 | }; |
| | 10320 | |
| 10315 | // Unix-like systems | 10321 | // Unix-like systems |
| 10316 | pub const DIR = opaque {}; | 10322 | pub const DIR = opaque {}; |
| 10317 | pub extern "c" fn opendir(pathname: [*:0]const u8) ?*DIR; | 10323 | pub extern "c" fn opendir(pathname: [*:0]const u8) ?*DIR; |
| ... | @@ -11265,7 +11271,6 @@ pub const user_from_uid = openbsd.user_from_uid; | ... | @@ -11265,7 +11271,6 @@ pub const user_from_uid = openbsd.user_from_uid; |
| 11265 | | 11271 | |
| 11266 | pub const CAP_RIGHTS_VERSION = freebsd.CAP_RIGHTS_VERSION; | 11272 | pub const CAP_RIGHTS_VERSION = freebsd.CAP_RIGHTS_VERSION; |
| 11267 | pub const KINFO_FILE_SIZE = freebsd.KINFO_FILE_SIZE; | 11273 | pub const KINFO_FILE_SIZE = freebsd.KINFO_FILE_SIZE; |
| 11268 | pub const MFD = freebsd.MFD; | | |
| 11269 | pub const UMTX_ABSTIME = freebsd.UMTX_ABSTIME; | 11274 | pub const UMTX_ABSTIME = freebsd.UMTX_ABSTIME; |
| 11270 | pub const UMTX_OP = freebsd.UMTX_OP; | 11275 | pub const UMTX_OP = freebsd.UMTX_OP; |
| 11271 | pub const _umtx_op = freebsd._umtx_op; | 11276 | pub const _umtx_op = freebsd._umtx_op; |