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/pthreadP.h | |
parent | 053f7b2b47eeab73512697323068034c539914b5 (diff) | |
download | glibc-2035d91c389888fcf359698fecc20c05f7b583dd.zip glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.gz glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.bz2 |
* 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/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 7b3da83..c7f57e2 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -90,7 +90,7 @@ enum /* Bits used in robust mutex implementation. */ #define FUTEX_WAITERS 0x80000000 #define FUTEX_OWNER_DIED 0x40000000 -#define FUTEX_TID_MASK 0x1fffffff +#define FUTEX_TID_MASK 0x3fffffff /* Internal variables. */ |