diff options
author | rofl0r <retnyg@gmx.net> | 2014-01-07 22:53:38 +0100 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2014-02-23 11:09:16 +0100 |
commit | 664cd341921007cea52c8891f27ce35927dca378 (patch) | |
tree | b6aa7594609a40616db8458f879dfdb0dddf4b7c /arch/x32/bits/stat.h | |
parent | 323272db175204b951f119dae4bd99ef05e20f13 (diff) | |
download | musl-664cd341921007cea52c8891f27ce35927dca378.tar.gz |
x32 port (diff against vanilla x86_64)
Diffstat (limited to 'arch/x32/bits/stat.h')
-rw-r--r-- | arch/x32/bits/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x32/bits/stat.h b/arch/x32/bits/stat.h index 081237c3..1f3aa1ed 100644 --- a/arch/x32/bits/stat.h +++ b/arch/x32/bits/stat.h @@ -18,5 +18,5 @@ struct stat { struct timespec st_atim; struct timespec st_mtim; struct timespec st_ctim; - long __unused[3]; + long long __unused[3]; }; |