summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 9160d087d..9f1c36fbb 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -224,7 +224,7 @@
#else /* HAVE_ELF */
# define link_warning(symbol, msg) \
asm (".stabs \"" msg "\",30,0,0,0\n\t" \
- ".stabs \"" __C_SYMBOL_PREFIX__ #symbol "\",1,0,0,0\n");
+ ".stabs \"" __USER_LABEL_PREFIX__ #symbol "\",1,0,0,0\n");
#endif /* HAVE_ELF */
#ifndef weak_function