summaryrefslogtreecommitdiff
path: root/src/libelftc_dem_gnu3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libelftc_dem_gnu3.c')
-rw-r--r--src/libelftc_dem_gnu3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libelftc_dem_gnu3.c b/src/libelftc_dem_gnu3.c
index ddf7853..1982bfc 100644
--- a/src/libelftc_dem_gnu3.c
+++ b/src/libelftc_dem_gnu3.c
@@ -449,7 +449,7 @@ static int cpp_demangle_gnu3_push_head;
* @todo 1. Testing and more test case. 2. Code cleaning.
*/
char *
-cpp_demangle_gnu3(const char *org)
+__cxa_demangle_gnu3(const char *org)
{
struct cpp_demangle_data ddata;
ssize_t org_len;