aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_debug.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-07 12:06:44 -0800
committerElliott Hughes <enh@google.com>2013-02-07 12:06:44 -0800
commite4ccf5a138a9c6387ee2e4b8e41d628e0a2cc336 (patch)
treeadffd90b54d462c0e48c47c234d16025614a5fec /libc/bionic/pthread_debug.cpp
parent2f41531ff9f48dbdaf2ba711e14c669031728e99 (diff)
downloadandroid_bionic-e4ccf5a138a9c6387ee2e4b8e41d628e0a2cc336.tar.gz
android_bionic-e4ccf5a138a9c6387ee2e4b8e41d628e0a2cc336.tar.bz2
android_bionic-e4ccf5a138a9c6387ee2e4b8e41d628e0a2cc336.zip
__progname should be const char*, not char*.
Change-Id: I8e846872c30a712fbc05c8da59ffa1cec1be31a4
Diffstat (limited to 'libc/bionic/pthread_debug.cpp')
-rw-r--r--libc/bionic/pthread_debug.cpp2
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