Mark svcExitProcess as taking no arguments (#499)
This commit is contained in:
parent
813d28ddc4
commit
10cf9bb95a
@ -699,7 +699,7 @@ Result svcQueryProcessMemory(MemInfo* info, PageInfo* out, Handle process, u32 a
|
|||||||
Result svcOpenProcess(Handle* process, u32 processId);
|
Result svcOpenProcess(Handle* process, u32 processId);
|
||||||
|
|
||||||
/// Exits the current process.
|
/// Exits the current process.
|
||||||
void svcExitProcess() __attribute__((noreturn));
|
void svcExitProcess(void) __attribute__((noreturn));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Terminates a process.
|
* @brief Terminates a process.
|
||||||
|
Loading…
Reference in New Issue
Block a user