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/sparc/nptl/bits/pthreadtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/sparc/nptl/bits') diff --git a/sysdeps/sparc/nptl/bits/pthreadtypes.h b/sysdeps/sparc/nptl/bits/pthreadtypes.h index d45cb61277..e781a258aa 100644 --- a/sysdeps/sparc/nptl/bits/pthreadtypes.h +++ b/sysdeps/sparc/nptl/bits/pthreadtypes.h @@ -87,7 +87,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; #if __WORDSIZE == 64 int __spins; -- cgit 1.4.1