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 /sysdeps/arm | |
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 'sysdeps/arm')
-rw-r--r-- | sysdeps/arm/nptl/bits/pthreadtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/nptl/bits/pthreadtypes.h b/sysdeps/arm/nptl/bits/pthreadtypes.h index afb5392c8f..645207bf41 100644 --- a/sysdeps/arm/nptl/bits/pthreadtypes.h +++ b/sysdeps/arm/nptl/bits/pthreadtypes.h @@ -64,7 +64,7 @@ typedef union unsigned int __count; int __owner; /* KIND must stay at this position in the structure to maintain - binary compatibility. */ + binary compatibility with static initializers. */ int __kind; unsigned int __nusers; __extension__ union |