summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/bits
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-11-07 14:38:12 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-11-07 20:24:32 +0100
commitc74940f2a76ae112279871cdc0382c127a43f9de (patch)
tree671028463d64425019704b1abb8bc1182452c9ab /sysdeps/unix/sysv/linux/alpha/bits
parent5ffc980589687eed1db3619af6aecf2d31773129 (diff)
downloadglibc-c74940f2a76ae112279871cdc0382c127a43f9de.tar.gz
glibc-c74940f2a76ae112279871cdc0382c127a43f9de.tar.xz
glibc-c74940f2a76ae112279871cdc0382c127a43f9de.zip
nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/bits')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
index 1a1779b5d4..b7af0380e9 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
@@ -63,7 +63,7 @@ typedef union
     int __owner;
     unsigned int __nusers;
     /* KIND must stay at this position in the structure to maintain
-       binary compatibility.  */
+       binary compatibility with static initializers.  */
     int __kind;
     int __spins;
     __pthread_list_t __list;