From: Ulrich Drepper Date: Sun, 27 May 2007 18:56:40 +0000 (+0000) Subject: [__WORDSIZE=64]: Renamed __pad1 element int rwlock structure to X-Git-Tag: cvs/glibc-2_6_1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0dbd89441dc1fc88a3b5d7d638b03c2a62e17c;p=thirdparty%2Fglibc.git [__WORDSIZE=64]: Renamed __pad1 element int rwlock structure to --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index bb4a86ba058..422ae589372 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -10,7 +10,7 @@ the new __shared element. * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h [__WORDSIZE=32]: Likewise. - [__WORDSIZE=64]: Renamed __pad1 element int rwlock structire to + [__WORDSIZE=64]: Renamed __pad1 element int rwlock structure to __shared, adjust names of other padding elements. * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise. * sysdeps/pthread/pthread.h: Adjust rwlock initializers.