diff options
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]; }; |