diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 09:18:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 09:18:22 +0000 |
commit | 8e96ae1a08f419829221ab7e31291606754f0a69 (patch) | |
tree | debc115345fc77bd7938fe58480861fb3fa2533a /linuxthreads/ChangeLog | |
parent | 80f6f981b9801b2164c472c3d6be57d96be50219 (diff) | |
download | glibc-8e96ae1a08f419829221ab7e31291606754f0a69.tar.gz glibc-8e96ae1a08f419829221ab7e31291606754f0a69.tar.xz glibc-8e96ae1a08f419829221ab7e31291606754f0a69.zip |
Update.
2002-11-04 Ulrich Drepper <drepper@redhat.com> * manual/examples/dir.c: Don't include <stddef.h>. * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY. Reported by Frédéric Delanoy <delanoy_f@yahoo.com>. 2002-11-02 H.J. Lu <hjl@gnu.org> * stdio-common/reg-printf.c: Include <stddef.h>.
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 1e069044ee..8569a3713b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2002-11-04 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/useldt.h [PIC] (USETLS_LOAD_EBX): Use correct input + register number. + (DO_SET_THREAD_AREA): Mark asm output specifiers correctly. + 2002-10-22 Jakub Jelinek <jakub@redhat.com> * manager.c (pthread_start_thread): Call __uselocale even |