summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-19 16:36:21 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-19 16:36:21 +0000
commit010e71eb372b624317dfa2b6d7f353d38f172621 (patch)
tree0dc766c4932bc4c95855df32f6c05f4524f7ec3c /include
parent2bf2430dcd86c69739166845953c58f2608609df (diff)
Get rid of *_SYMBOL_PREFIX
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