aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stubs2.go')
-rw-r--r--src/runtime/stubs2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stubs2.go b/src/runtime/stubs2.go
index 60751dd343..1cb6f9123d 100644
--- a/src/runtime/stubs2.go
+++ b/src/runtime/stubs2.go
@@ -12,7 +12,7 @@ package runtime
import "unsafe"
func read(fd int32, p unsafe.Pointer, n int32) int32
-func close(fd int32) int32
+func closefd(fd int32) int32
func exit(code int32)
func nanotime() int64