]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ef808298d80df7b4b645aa4e7da3acc5c72f77df..80ccf91c5e76cda700068ba5f0faaa996bf320d8 100644 (file)
@@ -21,5 +21,7 @@
 
 #include <strtoul.c>
 
+#ifdef _LIBC
 strong_alias (__strtoull_internal, __strtouq_internal)
 weak_alias (strtoull, strtouq)
+#endif