diff options
Diffstat (limited to 'src/stdlib/_Exit.c')
-rw-r--r-- | src/stdlib/_Exit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/_Exit.c b/src/stdlib/_Exit.c index 50f1c37f..b973ebbc 100644 --- a/src/stdlib/_Exit.c +++ b/src/stdlib/_Exit.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include "_syscall.h" @@ -29,3 +31,6 @@ No functions registered by fn(atexit) or fn(at_quick_exit) are called. /* STDC(199901) */ + + +#endif |