From 2035d91c389888fcf359698fecc20c05f7b583dd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Apr 2006 14:11:51 +0000 Subject: * 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]. --- nptl/pthreadP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthreadP.h') 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. */ -- cgit v1.1