mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
remove pthread from sys/unix and use sys/posix where used
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package unix
|
||||
|
||||
import "core:sys/posix"
|
||||
|
||||
timespec :: posix.timespec
|
||||
Reference in New Issue
Block a user