diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:10:16 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:10:16 -0500 |
| commit | 54c81c3b7f90a576135c46ded5328e6b34ad1deb (patch) | |
| tree | 2a3040d241188a1eb84abe000b0bb2f48530e5ef /src/stdlib/abort.c | |
| parent | 1ed155971e7a2dbb84756255cb7474ff5c1c9b17 (diff) | |
remove extraneous #undef directives
Diffstat (limited to 'src/stdlib/abort.c')
| -rw-r--r-- | src/stdlib/abort.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/abort.c b/src/stdlib/abort.c index ed762be7..3b17842a 100644 --- a/src/stdlib/abort.c +++ b/src/stdlib/abort.c @@ -2,8 +2,6 @@ #include <signal.h> #include "_stdlib.h" -#undef abort - /** cause abnormal program termination **/ _Noreturn void abort(void) |
