mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Condvar stylefix
This commit is contained in:
parent
c7213b119b
commit
b2810ab38d
@ -2,7 +2,7 @@
|
|||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "result.h"
|
#include "result.h"
|
||||||
#include "kernel/svc.h"
|
#include "kernel/svc.h"
|
||||||
#include "kernel/cond_var.h"
|
#include "kernel/condvar.h"
|
||||||
#include "../internal.h"
|
#include "../internal.h"
|
||||||
|
|
||||||
void condvarInit(CondVar* c, Mutex* m) {
|
void condvarInit(CondVar* c, Mutex* m) {
|
Loading…
Reference in New Issue
Block a user