mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-25 15:53:56 +00: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:
6
examples/all/all_posix.odin
Normal file
6
examples/all/all_posix.odin
Normal file
@@ -0,0 +1,6 @@
|
||||
//+build darwin, openbsd, freebsd, netbsd
|
||||
package all
|
||||
|
||||
import posix "core:sys/posix"
|
||||
|
||||
_ :: posix
|
||||
Reference in New Issue
Block a user