From f033416893b097e9f148711c161537db328d02cd Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 18 Apr 2021 08:43:10 +0200 Subject: Kernel+LibC: Clean up how assertions work in the kernel and LibC This also brings LibC's abort() function closer to the spec. --- Kernel/API/Syscall.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel/API/Syscall.h') 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) \ -- cgit v1.2.3