summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/bits/stat.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-05 19:33:13 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-05 19:33:13 +0000
commitb9c42fd096977826301df397876828dd92a83036 (patch)
tree67034ef22b0bb743454f0c61dcc4b9561c4fcc82 /sysdeps/unix/sysv/linux/mips/bits/stat.h
parent0816838fcd1c3a7f69341d416e62a0cb5ac02f34 (diff)
Use st_pad5.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits/stat.h')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/stat.h b/sysdeps/unix/sysv/linux/mips/bits/stat.h
index 40f42f1df3..37c303b4d0 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/stat.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/stat.h
@@ -74,7 +74,7 @@ struct stat
long int st_pad4;
__blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */
#endif
- long int st_pad4[14];
+ long int st_pad5[14];
};
#ifdef __USE_LARGEFILE64