diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-25 10:04:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-25 10:04:29 +0000 |
commit | 9fd3ceaebd1e313b32096547b7bb85b9c132c357 (patch) | |
tree | 33ed68e52797e8884b63f6eb5ef11ec936cf0fbb /linuxthreads | |
parent | 3ba0767c784cec5e3d4249263a4a5c30b8f7e80d (diff) | |
download | glibc-9fd3ceaebd1e313b32096547b7bb85b9c132c357.tar glibc-9fd3ceaebd1e313b32096547b7bb85b9c132c357.tar.gz glibc-9fd3ceaebd1e313b32096547b7bb85b9c132c357.tar.bz2 glibc-9fd3ceaebd1e313b32096547b7bb85b9c132c357.zip |
[BZ #406]
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.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 05a53c2202..6f95f03462 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] |