Fix fork() for new task switching model
This commit is contained in:
@@ -14,7 +14,6 @@ extern "C" {
|
||||
|
||||
namespace syscalls {
|
||||
|
||||
pid_t fork() { return 0; }
|
||||
|
||||
void send() {}
|
||||
void receive() {}
|
||||
|
||||
Reference in New Issue
Block a user