diff options
Diffstat (limited to 'libbacktrace/include/backtrace/backtrace_constants.h')
| -rw-r--r-- | libbacktrace/include/backtrace/backtrace_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbacktrace/include/backtrace/backtrace_constants.h b/libbacktrace/include/backtrace/backtrace_constants.h index f8c15755f..373a1e583 100644 --- a/libbacktrace/include/backtrace/backtrace_constants.h +++ b/libbacktrace/include/backtrace/backtrace_constants.h @@ -20,10 +20,10 @@ // When the pid to be traced is set to this value, then trace the current // process. If the tid value is not BACKTRACE_NO_TID, then the specified // thread from the current process will be traced. -#define BACKTRACE_CURRENT_PROCESS -1 +#define BACKTRACE_CURRENT_PROCESS (-1) // When the tid to be traced is set to this value, then trace the specified // current thread of the specified pid. -#define BACKTRACE_CURRENT_THREAD -1 +#define BACKTRACE_CURRENT_THREAD (-1) #define MAX_BACKTRACE_FRAMES 64 |
