mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
Make VFS test environment build again.
This commit is contained in:
parent
83172e6a4b
commit
981a3ae4b3
12 changed files with 40 additions and 34 deletions
|
@ -284,7 +284,7 @@ static inline const char* toString(Process::State state)
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
extern void yield();
|
||||
extern int sched_yield();
|
||||
extern bool scheduleNewProcess();
|
||||
extern void switchNow();
|
||||
extern void block(Process::State);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue