about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-25 04:33:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-25 04:33:05 +0000
commite19ae111e949f40b7b39d73aa63720c53694fdec (patch)
tree5fe483a9bdfeffc82050fad1786c9eb0aaf3c39d /linuxthreads/ChangeLog
parent9bf4d6404e8f73c86ec4391fad107840a2e6341d (diff)
downloadglibc-e19ae111e949f40b7b39d73aa63720c53694fdec.tar.gz
glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.tar.xz
glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.zip
Update.
	* pthread.c: Remove special treatement for interrupt handlers on x86.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 0934404371..a04d39814f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,6 @@
 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* pthread.c: Remove special treatement for interrupt handlers on x86.
 	* manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF.
 	* sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where
 	necessary.