summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/errno/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/abi/linux/errno/BUILD')
-rw-r--r--pkg/abi/linux/errno/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkg/abi/linux/errno/BUILD b/pkg/abi/linux/errno/BUILD
deleted file mode 100644
index d003342d5..000000000
--- a/pkg/abi/linux/errno/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-load("//tools:defs.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "errno",
- srcs = ["errno.go"],
- visibility = ["//visibility:public"],
-)