From d1d9eaf478b7d3a11a599c120498b79fe5629a61 Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Tue, 26 Nov 2013 12:29:20 +0100 Subject: Use __glibc_reserved instead __unused. --- ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h') diff --git a/ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h b/ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h index b2071cdf55..d984dc4477 100644 --- a/ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h +++ b/ports/sysdeps/unix/sysv/linux/ia64/bits/stat.h @@ -64,7 +64,7 @@ struct stat #endif __blksize_t st_blksize; /* Optimal block size for I/O. */ __blkcnt_t st_blocks; /* Nr. 512-byte blocks allocated. */ - long int __unused[3]; + long int __glibc_reserved[3]; }; #ifdef __USE_LARGEFILE64 @@ -103,7 +103,7 @@ struct stat64 #endif __blksize_t st_blksize; /* Optimal block size for I/O. */ __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */ - long int __unused[3]; + long int __glibc_reserved[3]; }; #endif -- cgit 1.4.1