diff options
Diffstat (limited to 'libc/bionic/pthread_debug.cpp')
-rw-r--r-- | libc/bionic/pthread_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/pthread_debug.cpp b/libc/bionic/pthread_debug.cpp index 21eac63b8..f8f0c5953 100644 --- a/libc/bionic/pthread_debug.cpp +++ b/libc/bionic/pthread_debug.cpp @@ -116,7 +116,7 @@ static const char* const kStartBanner = static const char* const kEndBanner = "==============================================================="; -extern char* __progname; +extern const char* __progname; #define STACK_TRACE_DEPTH 16 |