File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1296,6 +1296,7 @@ clock_getcpuclockid
1296
1296
clock_getres
1297
1297
clock_nanosleep
1298
1298
clock_settime
1299
+ closefrom
1299
1300
cmsgcred
1300
1301
cmsghdr
1301
1302
cpuctl_cpuid_args_t
Original file line number Diff line number Diff line change @@ -1252,6 +1252,7 @@ clearerr
1252
1252
clock_getres
1253
1253
clock_nanosleep
1254
1254
clock_settime
1255
+ closefrom
1255
1256
cmsghdr
1256
1257
consttime_memequal
1257
1258
daemon
Original file line number Diff line number Diff line change @@ -1064,6 +1064,7 @@ chroot
1064
1064
clearerr
1065
1065
clock_getres
1066
1066
clock_settime
1067
+ closefrom
1067
1068
cmsghdr
1068
1069
daemon
1069
1070
devname
Original file line number Diff line number Diff line change @@ -1702,6 +1702,8 @@ extern "C" {
1702
1702
mntvbufp : * mut * mut crate :: statvfs ,
1703
1703
flags : c_int ,
1704
1704
) -> c_int ;
1705
+
1706
+ pub fn closefrom ( lowfd : c_int ) -> c_int ;
1705
1707
}
1706
1708
1707
1709
#[ link( name = "rt" ) ]
Original file line number Diff line number Diff line change @@ -856,6 +856,8 @@ extern "C" {
856
856
flags : c_int ,
857
857
timeout : * mut crate :: timespec ,
858
858
) -> c_int ;
859
+
860
+ pub fn closefrom ( lowfd : c_int ) -> c_int ;
859
861
}
860
862
861
863
cfg_if ! {
You can’t perform that action at this time.
0 commit comments