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/x86/bits/pthreadtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86') diff --git a/sysdeps/x86/bits/pthreadtypes.h b/sysdeps/x86/bits/pthreadtypes.h index 16b8f4fbb1..c641a405e3 100644 --- a/sysdeps/x86/bits/pthreadtypes.h +++ b/sysdeps/x86/bits/pthreadtypes.h @@ -98,7 +98,7 @@ typedef union unsigned int __nusers; #endif /* KIND must stay at this position in the structure to maintain - binary compatibility. */ + binary compatibility with static initializers. */ int __kind; #ifdef __x86_64__ short __spins; -- cgit 1.4.1