Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Oct 6, 2023
1 parent 173757d commit 7b9e367
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/unix/linux_like/linux/gnu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1401,11 +1401,7 @@ extern "C" {
) -> ::c_int;

// Added in `glibc` 2.34
pub fn close_range(
first: ::c_uint,
last: ::c_uint,
flags: ::c_int,
) -> ::c_int;
pub fn close_range(first: ::c_uint, last: ::c_uint, flags: ::c_int) -> ::c_int;
}

cfg_if! {
Expand Down

0 comments on commit 7b9e367

Please sign in to comment.