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