summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index ec3696b5e..c5d574d90 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -131,7 +131,9 @@
# endif
#endif
-#ifndef ASM_LINE_SEP
+#ifdef __UCLIBC_ASM_LINE_SEP__
+# define ASM_LINE_SEP __UCLIBC_ASM_LINE_SEP__
+#else
# define ASM_LINE_SEP ;
#endif