mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Kernel+LibC: Clean up how assertions work in the kernel and LibC
This also brings LibC's abort() function closer to the spec.
This commit is contained in:
parent
33a9b2a3c3
commit
f033416893
13 changed files with 36 additions and 73 deletions
|
@ -408,7 +408,6 @@ public:
|
|||
KResultOr<FlatPtr> sys$allocate_tls(size_t);
|
||||
KResultOr<int> sys$prctl(int option, FlatPtr arg1, FlatPtr arg2);
|
||||
KResultOr<int> sys$set_coredump_metadata(Userspace<const Syscall::SC_set_coredump_metadata_params*>);
|
||||
[[noreturn]] void sys$abort();
|
||||
KResultOr<int> sys$anon_create(size_t, int options);
|
||||
|
||||
template<bool sockname, typename Params>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue