commit | bda5da074eab4bdf374e1f4a19d480c62c72f5ff | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Sep 27 22:30:19 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Sep 28 12:17:34 2011 -0700 |
tree | 87a4c2fd35e6b071476d4a5fd02aca7c61c6e3f9 | |
parent | 00964912745f0bb7e081f84ddcc74940f973149f [diff] [blame] |
fix prototype of dladdr this breaks C++ source code in particular. Change-Id: Ie06b5d31d23b5455e6950c470adc64dd5e7784df
diff --git a/linker/dlfcn.c b/linker/dlfcn.c index a36b42c..7161455 100644 --- a/linker/dlfcn.c +++ b/linker/dlfcn.c
@@ -124,7 +124,7 @@ return 0; } -int dladdr(void *addr, Dl_info *info) +int dladdr(const void *addr, Dl_info *info) { int ret = 0;