mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Update svcSleepThread definition
This commit is contained in:
parent
567828f44e
commit
1415df75e4
@ -245,10 +245,10 @@ void NORETURN svcExitThread(void);
|
||||
|
||||
/**
|
||||
* @brief Sleeps the current thread for the specified amount of time.
|
||||
* @return Result code.
|
||||
* @param[in] nano Number of nanoseconds to sleep, or 0, -1, -2 for yield.
|
||||
* @note Syscall number 0x0B.
|
||||
*/
|
||||
Result svcSleepThread(u64 nano);
|
||||
void svcSleepThread(s64 nano);
|
||||
|
||||
/**
|
||||
* @brief Gets a thread's priority.
|
||||
|
Loading…
Reference in New Issue
Block a user