diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/atoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/atoll.c b/stdlib/atoll.c index dd387b949d..b85a888a1f 100644 --- a/stdlib/atoll.c +++ b/stdlib/atoll.c @@ -18,7 +18,7 @@ #include <stdlib.h> -#undef atol +#undef atoll /* Convert a string to a long int. */ |