diff options
Diffstat (limited to 'src/stdlib/abort.c')
-rw-r--r-- | src/stdlib/abort.c | 5 |
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 |