commit | e4ccf5a138a9c6387ee2e4b8e41d628e0a2cc336 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 07 12:06:44 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Feb 07 12:06:44 2013 -0800 |
tree | adffd90b54d462c0e48c47c234d16025614a5fec | |
parent | 2f41531ff9f48dbdaf2ba711e14c669031728e99 [diff] [blame] |
__progname should be const char*, not char*. Change-Id: I8e846872c30a712fbc05c8da59ffa1cec1be31a4
diff --git a/libc/bionic/pthread_debug.cpp b/libc/bionic/pthread_debug.cpp index 21eac63..f8f0c59 100644 --- a/libc/bionic/pthread_debug.cpp +++ b/libc/bionic/pthread_debug.cpp
@@ -116,7 +116,7 @@ static const char* const kEndBanner = "==============================================================="; -extern char* __progname; +extern const char* __progname; #define STACK_TRACE_DEPTH 16