mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Move PEXIT and TEXIT to task.hpp
This commit is contained in:
3
kernel.h
3
kernel.h
@ -47,9 +47,6 @@ extern VirtualFileSystem::Node *DevFS;
|
||||
extern VirtualFileSystem::Node *MntFS;
|
||||
extern VirtualFileSystem::Node *ProcFS;
|
||||
|
||||
#define PEXIT(Code) TaskManager->GetCurrentProcess()->ExitCode = Code
|
||||
#define TEXIT(Code) TaskManager->GetCurrentThread()->ExitCode = Code
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
EXTERNC void putchar(char c);
|
||||
|
Reference in New Issue
Block a user