Skip to content

Commit

Permalink
fixup! gnu: Use _FILE_OFFSET_BITS=64 versions of glibc symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Jan 30, 2025
1 parent 27a8ac2 commit d0441eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ extern "C" {
all(target_os = "macos", target_arch = "x86"),
link_name = "fcntl$UNIX2003"
)]
#[cfg_attr(gnu_time64_abi, link_name = "__fcntl_time64")]
pub fn fcntl(fd: c_int, cmd: c_int, ...) -> c_int;

#[cfg_attr(
Expand Down

0 comments on commit d0441eb

Please sign in to comment.