Skip to content

Commit 5fb2746

Browse files
kolyshkindrakenclimber
authored andcommitted
*: remove linux build tag
All the files in the package (except the recently added seccomp_ver_test.go) have linux build tag. Since seccomp is linux-specific, it does not make much sense to add this build tag, because this is the only GOOS supported, and it won't compile on any other platform anyway. Signed-off-by: Kir Kolyshkin <[email protected]> Acked-by: Paul Moore <[email protected]> Signed-off-by: Tom Hromatka <[email protected]>
1 parent 9da99da commit 5fb2746

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

seccomp.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build linux
2-
31
// Public API specification for libseccomp Go bindings
42
// Contains public API for the bindings
53

seccomp_internal.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build linux
2-
31
// Internal functions for libseccomp Go bindings
42
// No exported functions
53

seccomp_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build linux
2-
31
// Tests for public API of libseccomp Go bindings
42

53
package seccomp

0 commit comments

Comments
 (0)