]> sourceware.org Git - glibc.git/blame - sysdeps/wordsize-64/strtoul.c
* elf/dl-error.c (_dl_signal_error): When testing for executable
[glibc.git] / sysdeps / wordsize-64 / strtoul.c
CommitLineData
03197d47
UD
1/* We have to irritate the compiler a bit. */
2#define __strtoull_internal __strtoull_internal_XXX
3#define strtoull strtoull_XXX
06a60d9c 4#define strtouq strtouq_XXX
03197d47 5
a334319f 6#include <sysdeps/generic/strtoul.c>
03197d47
UD
7
8#undef __strtoull_internal
9#undef strtoull
06a60d9c 10#undef strtouq
03197d47 11strong_alias (__strtoul_internal, __strtoull_internal)
855efb5f 12libc_hidden_ver (__strtoul_internal, __strtoull_internal)
06a60d9c
UD
13weak_alias (strtoul, strtoull)
14weak_alias (strtoul, strtouq)
This page took 0.261136 seconds and 5 git commands to generate.