diff options
Diffstat (limited to 'src/pkg/runtime/os_linux.go')
| -rw-r--r-- | src/pkg/runtime/os_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_linux.go b/src/pkg/runtime/os_linux.go index fc82382160..ba52a31e90 100644 --- a/src/pkg/runtime/os_linux.go +++ b/src/pkg/runtime/os_linux.go @@ -20,3 +20,5 @@ func epollctl(epfd, op, fd int32, ev unsafe.Pointer) int32 func epollwait(epfd int32, ev unsafe.Pointer, nev, timeout int32) int32 func closeonexec(fd int32) func sched_getaffinity(pid, len uintptr, buf *uintptr) int32 + +const stackSystem = 0 |
