mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-22 11:32:38 +02:00
os: fix mutex push/pop prototypes
This commit is contained in:
parent
80d72af9f3
commit
0a4c2759a1
@ -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…
Reference in New Issue
Block a user