1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* 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].
This commit is contained in:
Ulrich Drepper
2006-04-07 14:11:51 +00:00
parent 053f7b2b47
commit 2035d91c38
4 changed files with 12 additions and 3 deletions

View File

@@ -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. */