From 664cd341921007cea52c8891f27ce35927dca378 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 7 Jan 2014 22:53:38 +0100 Subject: x32 port (diff against vanilla x86_64) --- arch/x32/bits/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x32/bits/stat.h') 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]; }; -- cgit v1.2.1