diff options
Diffstat (limited to 'src/runtime/defs_linux_amd64.go')
| -rw-r--r-- | src/runtime/defs_linux_amd64.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/defs_linux_amd64.go b/src/runtime/defs_linux_amd64.go index 47fb468621..da4d357532 100644 --- a/src/runtime/defs_linux_amd64.go +++ b/src/runtime/defs_linux_amd64.go @@ -9,7 +9,6 @@ const ( _EINTR = 0x4 _EAGAIN = 0xb _ENOMEM = 0xc - _ENOSYS = 0x26 _PROT_NONE = 0x0 _PROT_READ = 0x1 |
