Surround strong_alias and weak_alias with ifdef _LIBC.

This commit is contained in:
Ulrich Drepper 1999-04-28 15:29:01 +00:00
parent af275feae5
commit 914333fff9

View File

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