aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-11 15:49:23 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-11 15:49:23 +0000
commit553185e2b0be6f37fef5ffed4ce8aba2ceaf1f29 (patch)
tree75b95753a127f4502828d23dd1383732c2563e5b /nptl/ChangeLog
parent46c818b312539f81c6cc470d1f40dd83691345c6 (diff)
downloadglibc-553185e2b0be6f37fef5ffed4ce8aba2ceaf1f29.tar
glibc-553185e2b0be6f37fef5ffed4ce8aba2ceaf1f29.tar.gz
glibc-553185e2b0be6f37fef5ffed4ce8aba2ceaf1f29.tar.bz2
glibc-553185e2b0be6f37fef5ffed4ce8aba2ceaf1f29.zip
* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):
Make sure __flags are located at offset 48 from the start of the structure.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b42003a7c9..d04cc016f1 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-11 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):
+ Make sure __flags are located at offset 48 from the start of the
+ structure.
+
2005-07-02 Roland McGrath <roland@redhat.com>
* Makeconfig: Comment fix.