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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user