POSIX fix
This commit is contained in:
parent
c40021af01
commit
e5c6fce1d9
@ -29,7 +29,7 @@ void gfxSystemLock(void) {
|
||||
}
|
||||
|
||||
void gfxSystemUnlock(void) {
|
||||
gfxMutexLeave(&SystemMutex);
|
||||
gfxMutexExit(&SystemMutex);
|
||||
}
|
||||
|
||||
void gfxHalt(const char *msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user