From 9322c07842dc4ccc2a9f2677855235e627e8d94b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Apr 1999 14:35:59 +0000 Subject: [PATCH] Guard strong_alias and weak_alias with #ifdef _LIBC. --- lib/strtoull.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/strtoull.c b/lib/strtoull.c index ec7b3f672f..d6aa1f8059 100644 --- a/lib/strtoull.c +++ b/lib/strtoull.c @@ -21,5 +21,7 @@ #include "strtoul.c" +#ifdef _LIBC strong_alias (__strtoull_internal, __strtouq_internal) weak_alias (strtoull, strtouq) +#endif -- 2.30.2