reduce diffs with upstream.
This commit is contained in:
parent
b5a6e53dd2
commit
496a0216ed
@ -395,10 +395,6 @@ bool SanitizerGetThreadName(char *name, int max_len) {
|
||||
#define UNWIND_STOP _URC_END_OF_STACK
|
||||
#define UNWIND_CONTINUE _URC_NO_REASON
|
||||
#else
|
||||
#ifndef _URC_NORMAL_STOP
|
||||
#define _URC_NORMAL_STOP 0
|
||||
#define _URC_NO_REASON 1
|
||||
#endif
|
||||
#define UNWIND_STOP _URC_NORMAL_STOP
|
||||
#define UNWIND_CONTINUE _URC_NO_REASON
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user