diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-26 01:37:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-26 01:37:02 +0000 |
commit | a956d04575bbd053a1ff61a05a5526867633d0d0 (patch) | |
tree | 8b045d8e4b96caeaaed3ba4a85ca9bf6635c58f2 /linuxthreads/ChangeLog | |
parent | 70e392a33adde4722828b5e7e6b9ac42aa53f44a (diff) | |
download | glibc-a956d04575bbd053a1ff61a05a5526867633d0d0.tar glibc-a956d04575bbd053a1ff61a05a5526867633d0d0.tar.gz glibc-a956d04575bbd053a1ff61a05a5526867633d0d0.tar.bz2 glibc-a956d04575bbd053a1ff61a05a5526867633d0d0.zip |
Update.
2000-07-25 Ulrich Drepper <drepper@redhat.com>
* signals.c (pthread_sighandler): Remove special code to restrore
%gs on x86.
(pthread_sighandler_t): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 69c05fb214..880de6a0b9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Ulrich Drepper <drepper@redhat.com> + + * signals.c (pthread_sighandler): Remove special code to restrore + %gs on x86. + (pthread_sighandler_t): Likewise. + 2000-07-25 Mark Kettenis <kettenis@gnu.org> * internals.h (__RES_PTHREAD_INTERNAL): Remove define. |