Skip to content

Commit

Permalink
fixup! Adapt sparc statfs and statvfs for gnu_time_bits64
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 11, 2025
1 parent 1138127 commit c04d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/gnu/b32/sparc/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! SPARC-specific definitions for 32-bit linux-like values
use crate::prelude::*;
use crate::{off64_t, off_t};
use crate::{off64_t, off_t, statfs, statvfs};

pub type wchar_t = i32;

Expand Down

0 comments on commit c04d9a5

Please sign in to comment.