Surround strong_alias and weak_alias with ifdef _LIBC.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Apr 1999 15:29:01 +0000 (15:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Apr 1999 15:29:01 +0000 (15:29 +0000)
stdlib/strtoull.c

index ef80829..80ccf91 100644 (file)
@@ -21,5 +21,7 @@
 
 #include <strtoul.c>
 
+#ifdef _LIBC
 strong_alias (__strtoull_internal, __strtouq_internal)
 weak_alias (strtoull, strtouq)
+#endif