diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-07 14:11:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-07 14:11:51 +0000 |
commit | 2035d91c389888fcf359698fecc20c05f7b583dd (patch) | |
tree | 275fd154a410e246408952e176c24a6a64713c47 /nptl/ChangeLog | |
parent | 053f7b2b47eeab73512697323068034c539914b5 (diff) | |
download | glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.gz glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.bz2 glibc-2035d91c389888fcf359698fecc20c05f7b583dd.zip |
* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in
the last change.
DW_CFA_GNU_window_save if it obviously cannot work [Coverity CID 102].
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 03572d8284..b48319201e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2006-04-07 Jakub Jelinek <jakub@redhat.com> + + * pthreadP.h (FUTEX_TID_MASK): Sync with kernel. + 2006-04-06 Ulrich Drepper <drepper@redhat.com> * pthread_getattr_np.c (pthread_getattr_np): Close fp if getrlimit |