summaryrefslogtreecommitdiff
path: root/src/stdlib/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/system.c')
-rw-r--r--src/stdlib/system.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/system.c b/src/stdlib/system.c
index ce24c83c..dff181d9 100644
--- a/src/stdlib/system.c
+++ b/src/stdlib/system.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
#ifdef _POSIX_SOURCE
@@ -67,3 +69,6 @@ RETURN(NONZERO, If ARGUMENT(string) is CONSTANT(NULL), a command processor is av
RETURN(0, If ARGUMENT(string) is CONSTANT(NULL), a command processor is not available)
STDC(1)
*/
+
+
+#endif