Skip to content

Commit

Permalink
Merge pull request rust-lang#3785 from sthibaul/hurd
Browse files Browse the repository at this point in the history
hurd: Fix st_dev name
  • Loading branch information
tgross35 authored Oct 20, 2024
2 parents b76c4bc + 043043f commit 8d0b3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/hurd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ s! {

pub struct stat64 {
pub st_fstype: ::c_int,
pub st_fsid: __fsid_t,
pub st_dev: __fsid_t, /* Actually st_fsid */
pub st_ino: __ino64_t,
pub st_gen: ::c_uint,
pub st_rdev: __dev_t,
Expand Down

0 comments on commit 8d0b3a0

Please sign in to comment.