diff options
author | Jakob Kaivo <jkk@ung.org> | 2023-11-14 14:58:44 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2023-11-14 14:58:44 -0500 |
commit | 30226c2f0959ef4a74f67de4ed762cdc4dffb82f (patch) | |
tree | 7b89f46d01bf5057c5bdd428397dbe3cdbced25c /src/stdlib/atexit.c | |
parent | 83990426c98ed9f75494535b9bb29151f8c3fd08 (diff) |
enable multiple-exit() detection
Diffstat (limited to 'src/stdlib/atexit.c')
-rw-r--r-- | src/stdlib/atexit.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdlib/atexit.c b/src/stdlib/atexit.c index d48b9d0e..79b486d0 100644 --- a/src/stdlib/atexit.c +++ b/src/stdlib/atexit.c @@ -1,5 +1,3 @@ -#if 0 - #include <errno.h> #include <stdlib.h> #include "_stdlib.h" @@ -38,6 +36,3 @@ RETURN_FAILURE(NONZERO) RETURN_SUCCESS(0) STDC(1) */ - - -#endif |