diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/strtouq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtouq.c b/stdlib/strtouq.c index e4d817f7f7..7900721979 100644 --- a/stdlib/strtouq.c +++ b/stdlib/strtouq.c @@ -21,4 +21,4 @@ Cambridge, MA 02139, USA. */ #include <strtoul.c> -weak_alias (strtouq, strotull) +weak_alias (strtouq, strtoull) |