diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-25 03:32:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-25 03:32:21 +0000 |
commit | 5fa3cee8e9d0e2a2222ba760b538a6583ccb983c (patch) | |
tree | fae12fe69356992e272b98aa67c513b566176489 | |
parent | 7921b6b7c20bea242ed3123557b18024536c115f (diff) | |
download | glibc-5fa3cee8e9d0e2a2222ba760b538a6583ccb983c.tar.gz glibc-5fa3cee8e9d0e2a2222ba760b538a6583ccb983c.tar.xz glibc-5fa3cee8e9d0e2a2222ba760b538a6583ccb983c.zip |
[BZ #406]
2004-09-24 Roland McGrath <roland@redhat.com> [BZ #406] * sysdeps/i386/tls.h: Move #include "useldt.h" outside of [__ASSUME_LDT_WORKS > 0] test. Reported by Carlos Velasco <carlos.velasco@newipnet.com>.
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f2a275f405..05a53c2202 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2004-09-24 Roland McGrath <roland@redhat.com> + + [BZ #406] + * sysdeps/i386/tls.h: Move #include "useldt.h" outside + of [__ASSUME_LDT_WORKS > 0] test. + Reported by Carlos Velasco <carlos.velasco@newipnet.com>. + 2004-09-21 Roland McGrath <roland@redhat.com> * Versions: Add comment about linuxthreads' frozen ABI. |