about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stdlib/strtoull.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c
index ef808298d8..80ccf91c5e 100644
--- a/stdlib/strtoull.c
+++ b/stdlib/strtoull.c
@@ -21,5 +21,7 @@
 
 #include <strtoul.c>
 
+#ifdef _LIBC
 strong_alias (__strtoull_internal, __strtouq_internal)
 weak_alias (strtoull, strtouq)
+#endif