*** empty log message ***
[gnulib.git] / lib / strtoull.c
index ec7b3f6..d6aa1f8 100644 (file)
@@ -21,5 +21,7 @@
 
 #include "strtoul.c"
 
+#ifdef _LIBC
 strong_alias (__strtoull_internal, __strtouq_internal)
 weak_alias (strtoull, strtouq)
+#endif