diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-11-07 14:38:12 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-11-07 20:24:32 +0100 |
commit | c74940f2a76ae112279871cdc0382c127a43f9de (patch) | |
tree | 671028463d64425019704b1abb8bc1182452c9ab /ChangeLog | |
parent | 5ffc980589687eed1db3619af6aecf2d31773129 (diff) | |
download | glibc-c74940f2a76ae112279871cdc0382c127a43f9de.tar glibc-c74940f2a76ae112279871cdc0382c127a43f9de.tar.gz glibc-c74940f2a76ae112279871cdc0382c127a43f9de.tar.bz2 glibc-c74940f2a76ae112279871cdc0382c127a43f9de.zip |
nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +2016-11-07 Florian Weimer <fweimer@redhat.com> + + * sysdeps/aarch64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Document ABI exposure of the __kind offset. + * sysdeps/arm/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Mention reason for the __kind offset exposure in the ABI. + * sysdeps/hppa/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/ia64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/m68k/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/microblaze/nptl/bits/pthreadtypes.h + (struct __pthread_mutex_s): Likewise. + * sysdeps/mips/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/nios2/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/s390/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/sh/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/sparc/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/tile/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h + (struct __pthread_mutex_s): Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h + (struct __pthread_mutex_s): Likewise. + * sysdeps/x86/bits/pthreadtypes.h (struct __pthread_mutex_s): + Likewise. + 2016-11-07 Steve Ellcey <sellcey@caviumnetworks.com> * test-skeleton.c: Document do_test usage. |