summaryrefslogtreecommitdiff
path: root/src/stdlib/a64l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/a64l.c')
-rw-r--r--src/stdlib/a64l.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/a64l.c b/src/stdlib/a64l.c
index e47fe49f..f579d5fa 100644
--- a/src/stdlib/a64l.c
+++ b/src/stdlib/a64l.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
long a64l(const char *s)
@@ -19,3 +21,6 @@ long a64l(const char *s)
/*
XOPEN(400)
*/
+
+
+#endif