Skip to content

Commit

Permalink
Fix compilation on solaris.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 23, 2025
1 parent ac8346c commit 59af59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/libc/fs/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,8 @@ pub type StatFs = c::statfs64;

/// `fsid_t` for use with `StatFs`.
#[cfg(not(any(
solarish,
target_os = "haiku",
target_os = "illumos",
target_os = "nto",
target_os = "redox",
target_os = "wasi"
Expand Down

0 comments on commit 59af59e

Please sign in to comment.