diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-18 08:43:10 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-18 11:11:15 +0200 |
commit | f033416893b097e9f148711c161537db328d02cd (patch) | |
tree | 947bfc71b0fb8c48663a2e625e1a922b87e534b7 /Kernel/API/Syscall.h | |
parent | 33a9b2a3c325e8875e75bd58d64de3463bf7f5d3 (diff) | |
download | serenity-f033416893b097e9f148711c161537db328d02cd.zip |
Kernel+LibC: Clean up how assertions work in the kernel and LibC
This also brings LibC's abort() function closer to the spec.
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r-- | Kernel/API/Syscall.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 88aa5a1313..11d6807302 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -189,7 +189,6 @@ namespace Kernel { S(prctl) \ S(mremap) \ S(set_coredump_metadata) \ - S(abort) \ S(anon_create) \ S(msyscall) \ S(readv) \ |