summaryrefslogtreecommitdiff
path: root/src/stdlib/abort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/abort.c')
-rw-r--r--src/stdlib/abort.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/abort.c b/src/stdlib/abort.c
index 3debab2c..fb2578c8 100644
--- a/src/stdlib/abort.c
+++ b/src/stdlib/abort.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
#include <sys/types.h>
#include <signal.h>
@@ -24,3 +26,6 @@ IMPLEMENTATION(whether temporary files are removed)
IMPLEMENTATION(the value of unsuccessful termination returned to the host environment)
STDC(1)
*/
+
+
+#endif