diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-25 04:33:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-25 04:33:05 +0000 |
commit | e19ae111e949f40b7b39d73aa63720c53694fdec (patch) | |
tree | 5fe483a9bdfeffc82050fad1786c9eb0aaf3c39d /linuxthreads/ChangeLog | |
parent | 9bf4d6404e8f73c86ec4391fad107840a2e6341d (diff) | |
download | glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.tar glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.tar.gz glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.tar.bz2 glibc-e19ae111e949f40b7b39d73aa63720c53694fdec.zip |
Update.
* pthread.c: Remove special treatement for interrupt handlers on x86.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 1 |
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. |