Fix on *nix

This commit is contained in:
gingerBill
2018-07-01 17:14:22 +01:00
parent 9bef5ec01a
commit 5f20e04259
3 changed files with 18 additions and 8 deletions
+3
View File
@@ -1,5 +1,7 @@
package sync
/*
import "core:atomics"
import "core:os"
@@ -93,3 +95,4 @@ mutex_unlock :: proc(m: ^Mutex) {
}
}
*/