diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:29:20 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:32:28 +0100 |
commit | d1d9eaf478b7d3a11a599c120498b79fe5629a61 (patch) | |
tree | 47bc37ce2eddc0e89daf81a0650a332066d59541 /sysdeps/unix/sysv/linux/kernel_stat.h | |
parent | 246b27983b908a241f025ccc2afe87a9e6f32203 (diff) | |
download | glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.gz glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.xz glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.zip |
Use __glibc_reserved instead __unused.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel_stat.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel_stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel_stat.h b/sysdeps/unix/sysv/linux/kernel_stat.h index 9f8434caad..dcdab48dbb 100644 --- a/sysdeps/unix/sysv/linux/kernel_stat.h +++ b/sysdeps/unix/sysv/linux/kernel_stat.h @@ -18,9 +18,9 @@ struct kernel_stat struct timespec st_atim; struct timespec st_mtim; struct timespec st_ctim; - unsigned long int __unused4; + unsigned long int __glibc_reserved4; #define _HAVE___UNUSED4 - unsigned long int __unused5; + unsigned long int __glibc_reserved5; #define _HAVE___UNUSED5 }; |