diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-09-25 11:28:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-09-25 11:28:41 +0000 |
commit | 1b16f19afcb6c9fbe68024b8edd7d737756fa275 (patch) | |
tree | 730ca2f98a556379fdee3a1fb69ae09ca21a0d4a /linuxthreads/ChangeLog | |
parent | 037c97bbc906f56a3d98090e855ff49fbffea423 (diff) | |
download | glibc-1b16f19afcb6c9fbe68024b8edd7d737756fa275.tar.gz glibc-1b16f19afcb6c9fbe68024b8edd7d737756fa275.tar.xz glibc-1b16f19afcb6c9fbe68024b8edd7d737756fa275.zip |
linuxthreads fix from Roland.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 63bb29bf73..2515af95f9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2004-09-25 Roland McGrath <roland@redhat.com> + + [BZ #406] + * sysdeps/i386/i686/pt-machine.h: Don't #include "../useldt.h" if + [_TLS_H], since sysdeps/i386/tls.h includes it after including us. + 2004-09-24 Roland McGrath <roland@redhat.com> [BZ #406] |