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