about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-03 05:51:04 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-03 05:51:04 +0000
commit3c877a044831db2e6bc32f5e18681978387aebdb (patch)
tree3a87cda04ee1c9bb03d1fb688843681bf11dc26b /linuxthreads/ChangeLog
parent04a7ed77c215318884d3e2de1d08a1d0f55a8b6e (diff)
downloadglibc-3c877a044831db2e6bc32f5e18681978387aebdb.tar.gz
glibc-3c877a044831db2e6bc32f5e18681978387aebdb.tar.xz
glibc-3c877a044831db2e6bc32f5e18681978387aebdb.zip
Update.
	* pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
	internally.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index b9045932bd..bcc312cee4 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,8 @@
 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
 
+	* pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
+	internally.
+
 	* cancel.c (__pthread_perform_cleanup) [USE_TLS && HAVE___THREAD]:
 	Don't use p_libc_specific element in thread descriptor.