From c74940f2a76ae112279871cdc0382c127a43f9de Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 7 Nov 2016 14:38:12 +0100 Subject: nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI --- sysdeps/hppa/nptl/bits/pthreadtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/hppa') 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. -- cgit 1.4.1