diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 18:25:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 18:25:48 +0000 |
commit | 9a1c21c453c45ac30b0350877b13ead6a09914e5 (patch) | |
tree | 479e8f5e4cc74cdd34edb6582b98bf68607dad9f /linuxthreads | |
parent | 3ae5121b7ff54f043c0288c29a76fa28a8ff7c3d (diff) | |
download | glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar.gz glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.tar.bz2 glibc-9a1c21c453c45ac30b0350877b13ead6a09914e5.zip |
Update.
* nss/bug-erange.c (main): Don't fail if /etc/resolv.conf doesn't
exist.
2002-09-29 Ulrich Drepper <drepper@redhat.com>
* nss/Makefile: Move bug-erage from tests to xtests.
2002-09-29 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index dc6cf2330a..4c78587fa8 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-09-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use + INLINE_SYSCALL for set_thread_area syscall. + 2002-09-28 Roland McGrath <roland@redhat.com> * pthread.c (__pthread_reset_main_thread) [FLOATING_STACKS]: |