aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs2_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/defs2_linux.go')
-rw-r--r--src/runtime/defs2_linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/defs2_linux.go b/src/runtime/defs2_linux.go
index 5d6730a7ad..597073c39d 100644
--- a/src/runtime/defs2_linux.go
+++ b/src/runtime/defs2_linux.go
@@ -48,6 +48,7 @@ const (
EINTR = C.EINTR
EAGAIN = C.EAGAIN
ENOMEM = C.ENOMEM
+ ENOSYS = C.ENOSYS
PROT_NONE = C.PROT_NONE
PROT_READ = C.PROT_READ