mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:27:34 +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
|
@ -163,7 +163,6 @@ private:
|
|||
int virt$connect(int sockfd, FlatPtr address, socklen_t address_size);
|
||||
int virt$shutdown(int sockfd, int how);
|
||||
void virt$sync();
|
||||
void virt$abort();
|
||||
void virt$exit(int);
|
||||
ssize_t virt$getrandom(FlatPtr buffer, size_t buffer_size, unsigned int flags);
|
||||
int virt$chdir(FlatPtr, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue