Merge pull request #4203 from karl-zylinski/file-tags-without-comments

Make tags use #+ syntax instead of //+
This commit is contained in:
gingerBill
2024-09-19 12:36:43 +01:00
committed by GitHub
332 changed files with 665 additions and 510 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//+build linux
//+no-instrumentation
#+build linux
#+no-instrumentation
package linux
import "base:intrinsics"
+1 -1
View File
@@ -1,4 +1,4 @@
//+no-instrumentation
#+no-instrumentation
package linux
import "base:intrinsics"
+1 -1
View File
@@ -1,4 +1,4 @@
//+build amd64
#+build amd64
package linux
// AMD64 uses the new way to define syscalls, i.e. one that
+1 -1
View File
@@ -1,4 +1,4 @@
//+build arm32
#+build arm32
package linux
// This file was taken and transformed from
+1 -1
View File
@@ -1,4 +1,4 @@
//+build arm64
#+build arm64
package linux
// Syscalls for arm64 are defined using the new way, i.e. differently from
+1 -1
View File
@@ -1,4 +1,4 @@
//+build i386
#+build i386
package linux
// The numbers are taken from
+1 -1
View File
@@ -1,4 +1,4 @@
//+build riscv64
#+build riscv64
package linux
// https://github.com/riscv-collab/riscv-gnu-toolchain/blob/master/linux-headers/include/asm-generic/unistd.h
+1 -1
View File
@@ -1,4 +1,4 @@
//+build linux
#+build linux
package linux
/// Low 8 bits of the exit code