diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-05 19:33:13 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-05 19:33:13 +0000 |
commit | b9c42fd096977826301df397876828dd92a83036 (patch) | |
tree | 67034ef22b0bb743454f0c61dcc4b9561c4fcc82 /sysdeps/unix/sysv/linux | |
parent | 0816838fcd1c3a7f69341d416e62a0cb5ac02f34 (diff) | |
download | glibc-b9c42fd096977826301df397876828dd92a83036.tar.gz glibc-b9c42fd096977826301df397876828dd92a83036.tar.xz glibc-b9c42fd096977826301df397876828dd92a83036.zip |
Use st_pad5.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/stat.h | 2 |
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 |