about summary refs log tree commit diff
path: root/stdlib/atoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/atoll.c')
-rw-r--r--stdlib/atoll.c2
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.  */