aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-30 07:26:12 +0000
committerRoland McGrath <roland@gnu.org>2002-09-30 07:26:12 +0000
commit3efdff78b3ca58748dc709d3c6f6d32f7c6f0f05 (patch)
treedcc70f30a66873b6e55db42a47bc36aa72e80953 /ChangeLog
parent78dfb643533f655f993d0cee177799921c5de19d (diff)
downloadglibc-3efdff78b3ca58748dc709d3c6f6d32f7c6f0f05.tar
glibc-3efdff78b3ca58748dc709d3c6f6d32f7c6f0f05.tar.gz
glibc-3efdff78b3ca58748dc709d3c6f6d32f7c6f0f05.tar.bz2
glibc-3efdff78b3ca58748dc709d3c6f6d32f7c6f0f05.zip
* sysdeps/unix/sysv/linux/x86_64/sysdep.h
[USE_TLS && HAVE___THREAD] (SYSCALL_ERROR_HANDLER): Use TLS access.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4e56e1235..d9e7432974 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-09-30 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/sysv/linux/x86_64/sysdep.h
+ [USE_TLS && HAVE___THREAD] (SYSCALL_ERROR_HANDLER): Use TLS access.
+
* rt/tst-aio7.c (do_test): Don't read from stdin, which could be the
terminal when the test is running in a background job. Instead, make
a pipe and read from its read half while never writing anything to it.