Mark svcExitProcess as taking no arguments (#499)

This commit is contained in:
Théo B 2022-06-29 13:37:10 +02:00 committed by GitHub
parent 813d28ddc4
commit 10cf9bb95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,7 +699,7 @@ Result svcQueryProcessMemory(MemInfo* info, PageInfo* out, Handle process, u32 a
Result svcOpenProcess(Handle* process, u32 processId);
/// Exits the current process.
void svcExitProcess() __attribute__((noreturn));
void svcExitProcess(void) __attribute__((noreturn));
/**
* @brief Terminates a process.