Skip to content

Commit 35f8c58

Browse files
committed
m68k: Fix duplicate definition of st_ino inside stat64 on Linux
1 parent 0c032ab commit 35f8c58

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/gnu/b32/m68k

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/gnu/b32/m68k/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ s! {
5858
pub struct stat64 {
5959
pub st_dev: ::dev_t,
6060
__pad1: ::c_ushort,
61-
pub st_ino: ::ino64_t,
61+
pub __st_ino: ::ino_t,
6262
pub st_mode: ::mode_t,
6363
pub st_nlink: ::nlink_t,
6464
pub st_uid: ::uid_t,

0 commit comments

Comments
 (0)