mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
Get rid of redundant sys$spawn now that we have fork+exec.
This commit is contained in:
parent
3e0a0dd7ed
commit
8249c086c3
8 changed files with 0 additions and 71 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <AK/Types.h>
|
||||
|
||||
#define ENUMERATE_SYSCALLS \
|
||||
__ENUMERATE_SYSCALL(spawn) \
|
||||
__ENUMERATE_SYSCALL(sleep) \
|
||||
__ENUMERATE_SYSCALL(yield) \
|
||||
__ENUMERATE_SYSCALL(putch) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue