File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2238,4 +2238,4 @@ eaccess
22382238dirname
22392239basename
22402240closefrom
2241- close_from
2241+ close_range
Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ extern "C" {
522522
523523 pub fn dirname ( path : * mut :: c_char ) -> * mut :: c_char ;
524524 pub fn basename ( path : * mut :: c_char ) -> * mut :: c_char ;
525- pub fn close_range ( lowfd : :: c_uint , highfd : :: c_uint , flags : :: c_int ) -> :: c_int ;
526525}
527526
528527#[ link( name = "kvm" ) ]
Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ extern "C" {
522522
523523 pub fn dirname ( path : * mut :: c_char ) -> * mut :: c_char ;
524524 pub fn basename ( path : * mut :: c_char ) -> * mut :: c_char ;
525- pub fn close_range ( lowfd : :: c_uint , highfd : :: c_uint , flags : :: c_int ) -> :: c_int ;
526525}
527526
528527#[ link( name = "kvm" ) ]
Original file line number Diff line number Diff line change @@ -5423,6 +5423,7 @@ extern "C" {
54235423 old_value : * mut itimerspec ,
54245424 ) -> :: c_int ;
54255425 pub fn closefrom ( lowfd : :: c_int ) ;
5426+ pub fn close_range ( lowfd : :: c_uint , highfd : :: c_uint , flags : :: c_int ) -> :: c_int ;
54265427}
54275428
54285429#[ link( name = "memstat" ) ]
You can’t perform that action at this time.
0 commit comments