mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibC: Move _abort
next to abort
It should be now the only user of it, and it is more logical to have it in `stdlib.h` than in `assert.h`
This commit is contained in:
parent
2c62d51e25
commit
0bfb7f9675
4 changed files with 8 additions and 8 deletions
|
@ -23,8 +23,6 @@ __attribute__((noreturn)) void __assertion_failed(const char* msg);
|
|||
# define assert(expr) ((void)(0))
|
||||
#endif
|
||||
|
||||
__attribute__((noreturn)) void _abort();
|
||||
|
||||
#ifndef __cplusplus
|
||||
# define static_assert _Static_assert
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue