Default to pthreads in sync2 for *nix

This commit is contained in:
gingerBill
2021-04-13 19:04:44 +01:00
parent 12296a0dcc
commit bee8beb2c9
5 changed files with 12 additions and 18 deletions
-1
View File
@@ -1,7 +1,6 @@
package thread
import "core:runtime"
import "core:sync"
import "core:mem"
import "intrinsics"