We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b32d59d + 0fb363c commit a8d7c4eCopy full SHA for a8d7c4e
libc-test/semver/freebsd.txt
@@ -264,6 +264,7 @@ CLOCK_UPTIME
264
CLOCK_UPTIME_FAST
265
CLOCK_UPTIME_PRECISE
266
CLOCK_VIRTUAL
267
+CLOSE_RANGE_CLOEXEC
268
CMGROUP_MAX
269
CMSG_DATA
270
CMSG_FIRSTHDR
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -4906,6 +4906,10 @@ pub const KCMP_FILES: ::c_int = 102;
4906
pub const KCMP_SIGHAND: ::c_int = 103;
4907
pub const KCMP_VM: ::c_int = 104;
4908
4909
+// sys/unistd.h
4910
+
4911
+pub const CLOSE_RANGE_CLOEXEC: ::c_uint = 1 << 2;
4912
4913
pub const fn MAP_ALIGNED(a: ::c_int) -> ::c_int {
4914
a << 24
4915
}
0 commit comments