X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoull.c;h=d6aa1f80591a811d5250e52e8aa81255ed1997e1;hb=fac1a01e39ca1cddd2dd5d5d672136e3d78c766b;hp=ec7b3f672f59e09c73551cbb01f1b67e1137de54;hpb=59660f86d2a1dd4f248cde28e04b1b0938d42a7c;p=gnulib.git diff --git a/lib/strtoull.c b/lib/strtoull.c index ec7b3f672..d6aa1f805 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