diff options
Diffstat (limited to 'sysdeps/generic/strtoull.c')
-rw-r--r-- | sysdeps/generic/strtoull.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/generic/strtoull.c b/sysdeps/generic/strtoull.c index 80ccf91..5ec3756 100644 --- a/sysdeps/generic/strtoull.c +++ b/sysdeps/generic/strtoull.c @@ -22,6 +22,5 @@ #include <strtoul.c> #ifdef _LIBC -strong_alias (__strtoull_internal, __strtouq_internal) weak_alias (strtoull, strtouq) #endif |