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 d80e8bd + 02d78dc commit 422616bCopy full SHA for 422616b
libc-test/semver/freebsd.txt
@@ -2237,3 +2237,5 @@ xucred
2237
eaccess
2238
dirname
2239
basename
2240
+closefrom
2241
+close_range
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -5422,6 +5422,8 @@ extern "C" {
5422
new_value: *const itimerspec,
5423
old_value: *mut itimerspec,
5424
) -> ::c_int;
5425
+ pub fn closefrom(lowfd: ::c_int);
5426
+ pub fn close_range(lowfd: ::c_uint, highfd: ::c_uint, flags: ::c_int) -> ::c_int;
5427
}
5428
5429
#[link(name = "memstat")]
0 commit comments