Guard strong_alias and weak_alias with #ifdef _LIBC.
authorJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:35:59 +0000 (14:35 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Apr 1999 14:35:59 +0000 (14:35 +0000)
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