diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-08-14 15:10:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-14 15:10:31 +0100 |
| commit | e810c3eacec9cae74a369c747bbc5bd2a386d20d (patch) | |
| tree | f6ddfebe971d21ae6dc3ecf4c86c862c1c3ee96c /examples | |
| parent | 18b6af185881b7ad413157af5c21bf9d77712632 (diff) | |
| parent | e29f0a0f40019d9a235e617759a24032a9688f85 (diff) | |
Merge pull request #4012 from laytan/posix
core:sys/posix and core:os/os2 based on it (for darwin, netbsd, freebsd and openbsd)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_posix.odin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/all/all_posix.odin b/examples/all/all_posix.odin new file mode 100644 index 000000000..819dd6dd3 --- /dev/null +++ b/examples/all/all_posix.odin @@ -0,0 +1,6 @@ +//+build darwin, openbsd, freebsd, netbsd +package all + +import posix "core:sys/posix" + +_ :: posix |