mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
os: fix mutex push/pop prototypes
This commit is contained in:
parent
812acb8b68
commit
d14290e357
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
namespace ams::os::impl {
|
||||
|
||||
void PushAndCheckLockLevel(MutexType *mutex);
|
||||
void PopAndCheckLockLevel(MutexType *mutex);
|
||||
void PushAndCheckLockLevel(const MutexType *mutex);
|
||||
void PopAndCheckLockLevel(const MutexType *mutex);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue