diff options
Diffstat (limited to 'src/runtime/os_linux_generic.go')
| -rw-r--r-- | src/runtime/os_linux_generic.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runtime/os_linux_generic.go b/src/runtime/os_linux_generic.go index f672162eae..14810e3cc3 100644 --- a/src/runtime/os_linux_generic.go +++ b/src/runtime/os_linux_generic.go @@ -19,7 +19,6 @@ const ( _SIG_BLOCK = 0 _SIG_UNBLOCK = 1 _SIG_SETMASK = 2 - _RLIMIT_AS = 9 ) // It's hard to tease out exactly how big a Sigset is, but @@ -27,11 +26,6 @@ const ( // are running, this is right. type sigset [2]uint32 -type rlimit struct { - rlim_cur uintptr - rlim_max uintptr -} - var sigset_all = sigset{^uint32(0), ^uint32(0)} //go:nosplit |
