diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-01-18 15:59:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 15:59:50 +0000 |
| commit | b8bfc715bf64363c31f12c483d50f3f014586acc (patch) | |
| tree | 999965acc5b0dafc88836476732fdf607813f109 /core/sys | |
| parent | 799f4379d8d3f9354291f69e599516e3a804f44b (diff) | |
| parent | 34791707fd42cb002fb06b0e65376cadbb97c032 (diff) | |
Merge pull request #3109 from flysand7/sys-linux-tiny-fix
[sys/linux]: Remove +build comments in files with documentation
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/linux/sys.odin | 1 | ||||
| -rw-r--r-- | core/sys/linux/types.odin | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/linux/sys.odin b/core/sys/linux/sys.odin index 27c855c3b..9a0f18e9f 100644 --- a/core/sys/linux/sys.odin +++ b/core/sys/linux/sys.odin @@ -1,4 +1,3 @@ -//+build linux package linux import "core:intrinsics" diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index 099c18b5c..677bac7e0 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -1,4 +1,3 @@ -//+build linux package linux /* |