diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 08:14:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 08:14:47 +0000 |
commit | 842d28175225c0e964a723603bd11736ee29334f (patch) | |
tree | 0a5da645e49d2726d4955461cab2584621f3273a /nptl/ChangeLog | |
parent | 0e07706e5b3ee66520170e8440b731903b1ccf6d (diff) | |
download | glibc-842d28175225c0e964a723603bd11736ee29334f.zip glibc-842d28175225c0e964a723603bd11736ee29334f.tar.gz glibc-842d28175225c0e964a723603bd11736ee29334f.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
(__pthread_cond_wait): Don't save cancellation mode and seq value
in same location.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1908a78..b9437ab 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2003-01-03 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S + (__pthread_cond_wait): Don't save cancellation mode and seq value + in same location. + * herrno.c (__h_errno_location): Don't define as weak. 2003-01-02 Jakub Jelinek <jakub@redhat.com> |