mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
os: fix mutex push/pop prototypes
This commit is contained in:
parent
812acb8b68
commit
d14290e357
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
namespace ams::os::impl {
|
namespace ams::os::impl {
|
||||||
|
|
||||||
void PushAndCheckLockLevel(MutexType *mutex);
|
void PushAndCheckLockLevel(const MutexType *mutex);
|
||||||
void PopAndCheckLockLevel(MutexType *mutex);
|
void PopAndCheckLockLevel(const MutexType *mutex);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user