summaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd_syscall2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os_openbsd_syscall2.go')
-rw-r--r--src/runtime/os_openbsd_syscall2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_openbsd_syscall2.go b/src/runtime/os_openbsd_syscall2.go
index ebf478badf..0b61773c9d 100644
--- a/src/runtime/os_openbsd_syscall2.go
+++ b/src/runtime/os_openbsd_syscall2.go
@@ -95,6 +95,7 @@ func nanotime1() int64
//go:noescape
func sigaltstack(new, old *stackt)
+func fcntl(fd, cmd, arg int32) int32
func closeonexec(fd int32)
func walltime() (sec int64, nsec int32)