From 914333fff9a6cb9ee5b8e88f6bf5325fbad37f9f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Apr 1999 15:29:01 +0000 Subject: Surround strong_alias and weak_alias with ifdef _LIBC. --- stdlib/strtoull.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c index ef808298d8..80ccf91c5e 100644 --- a/stdlib/strtoull.c +++ b/stdlib/strtoull.c @@ -21,5 +21,7 @@ #include +#ifdef _LIBC strong_alias (__strtoull_internal, __strtouq_internal) weak_alias (strtoull, strtouq) +#endif -- cgit 1.4.1