Skip to content

Commit 7b9e367

Browse files
committed
fmt
1 parent 173757d commit 7b9e367

File tree

1 file changed

+1
-5
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+1
-5
lines changed

src/unix/linux_like/linux/gnu/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,11 +1401,7 @@ extern "C" {
14011401
) -> ::c_int;
14021402

14031403
// Added in `glibc` 2.34
1404-
pub fn close_range(
1405-
first: ::c_uint,
1406-
last: ::c_uint,
1407-
flags: ::c_int,
1408-
) -> ::c_int;
1404+
pub fn close_range(first: ::c_uint, last: ::c_uint, flags: ::c_int) -> ::c_int;
14091405
}
14101406

14111407
cfg_if! {

0 commit comments

Comments
 (0)