summaryrefslogtreecommitdiff
path: root/sysdeps/hppa
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/hppa
parent5ffc980589687eed1db3619af6aecf2d31773129 (diff)
nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/nptl/bits/pthreadtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/nptl/bits/pthreadtypes.h b/sysdeps/hppa/nptl/bits/pthreadtypes.h
index 540802a70c..d0c1d58439 100644
--- a/sysdeps/hppa/nptl/bits/pthreadtypes.h
+++ b/sysdeps/hppa/nptl/bits/pthreadtypes.h
@@ -71,7 +71,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;
/* The old 4-word 16-byte aligned lock. This is initalized
to all ones by the Linuxthreads PTHREAD_MUTEX_INITIALIZER.