mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Merge pull request #4012 from laytan/posix
core:sys/posix and core:os/os2 based on it (for darwin, netbsd, freebsd and openbsd)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//+build darwin, openbsd, freebsd, netbsd
|
||||
package all
|
||||
|
||||
import posix "core:sys/posix"
|
||||
|
||||
_ :: posix
|
||||
Reference in New Issue
Block a user