diff options
Diffstat (limited to 'libgo/go/runtime/stubs2.go')
-rw-r--r-- | libgo/go/runtime/stubs2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/stubs2.go b/libgo/go/runtime/stubs2.go index 454afee..0aaed29 100644 --- a/libgo/go/runtime/stubs2.go +++ b/libgo/go/runtime/stubs2.go @@ -17,7 +17,7 @@ func read(fd int32, p unsafe.Pointer, n int32) int32 func closefd(fd int32) int32 -//extern exit +//extern-sysinfo exit func exit(code int32) func usleep(usec uint32) |