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:
gingerBill
2024-08-14 15:10:31 +01:00
committed by GitHub
114 changed files with 14316 additions and 401 deletions

View File

@@ -0,0 +1,6 @@
//+build darwin, openbsd, freebsd, netbsd
package all
import posix "core:sys/posix"
_ :: posix