]> sourceware.org Git - glibc.git/blame - sysdeps/wordsize-64/strtol.c
Update.
[glibc.git] / sysdeps / wordsize-64 / strtol.c
CommitLineData
03197d47
UD
1/* We have to irritate the compiler a bit. */
2#define __strtoll_internal __strtoll_internal_XXX
3#define strtoll strtoll_XXX
06a60d9c 4#define strtoq strtoq_XXX
03197d47
UD
5
6#include <sysdeps/generic/strtol.c>
7
8#undef __strtoll_internal
9#undef strtoll
06a60d9c 10#undef strtoq
03197d47 11strong_alias (__strtol_internal, __strtoll_internal)
509d1b68 12libc_hidden_def (__strtoll_internal)
06a60d9c
UD
13weak_alias (strtol, strtoll)
14weak_alias (strtol, strtoq)
This page took 0.156504 seconds and 5 git commands to generate.