* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't
[glibc.git] / sysdeps / wordsize-64 / strtoul.c
blob0e82c4c95f2affc81429d945ed926bc95e5326b6
1 /* We have to irritate the compiler a bit. */
2 #define __strtoull_internal __strtoull_internal_XXX
3 #define strtoull strtoull_XXX
4 #define strtouq strtouq_XXX
6 #include <sysdeps/generic/strtoul.c>
8 #undef __strtoull_internal
9 #undef strtoull
10 #undef strtouq
11 strong_alias (__strtoul_internal, __strtoull_internal)
12 weak_alias (strtoul, strtoull)
13 weak_alias (strtoul, strtouq)