summaryrefslogtreecommitdiff
path: root/lib/strtoull.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-22 14:35:59 +0000
committerJim Meyering <jim@meyering.net>1999-04-22 14:35:59 +0000
commit9322c07842dc4ccc2a9f2677855235e627e8d94b (patch)
treedeb1aaf0a58dea37edf8287571d505551e56f71a /lib/strtoull.c
parenta8edca6cb637b3b6d8482484817878a8934d5311 (diff)
downloadgnulib-9322c07842dc4ccc2a9f2677855235e627e8d94b.tar.gz
Guard strong_alias and weak_alias with #ifdef _LIBC.
Diffstat (limited to 'lib/strtoull.c')
-rw-r--r--lib/strtoull.c2
1 files changed, 2 insertions, 0 deletions
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