We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1b04c commit 3bcb1c1Copy full SHA for 3bcb1c1
1 file changed
vlib/sync/sync_darwin.c.v
@@ -6,8 +6,6 @@ module sync
6
import time
7
8
#flag -lpthread
9
-#include <semaphore.h>
10
-#include <sys/errno.h>
11
12
@[trusted]
13
fn C.pthread_mutex_init(voidptr, voidptr) i32
0 commit comments