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 /ChangeLog | |
parent | 246b27983b908a241f025ccc2afe87a9e6f32203 (diff) | |
download | glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.zip glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.gz glibc-d1d9eaf478b7d3a11a599c120498b79fe5629a61.tar.bz2 |
Use __glibc_reserved instead __unused.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +2013-11-26 Ondřej Bílka <neleai@seznam.cz> + * resolv/netdb.h: Use __glibc_reserved instead __unused. + * rt/aio.h: Likewise. + * sysdeps/gnu/bits/utmp.h: Likewise. + * sysdeps/gnu/bits/utmpx.h: Likewise. + * sysdeps/gnu/netinet/ip_icmp.h: Likewise. + * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise. + * sysdeps/unix/sysv/linux/bits/msq.h: Likewise. + * sysdeps/unix/sysv/linux/bits/sem.h: Likewise. + * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise. + * sysdeps/unix/sysv/linux/sys/timex.h: Likewise. + * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise. + * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise. + * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise. + * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/xstatconv.c: Likewise. + * sysdeps/x86/fpu/bits/fenv.h: Likewise. + 2013-11-25 Carlos O'Donell <carlos@redhat.com> [BZ #16245] |