diff options
Diffstat (limited to 'src/runtime/runtime_unix.go')
-rw-r--r-- | src/runtime/runtime_unix.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/runtime_unix.go b/src/runtime/runtime_unix.go index 3b20330e2..51807b847 100644 --- a/src/runtime/runtime_unix.go +++ b/src/runtime/runtime_unix.go @@ -93,6 +93,8 @@ func main(argc int32, argv *unsafe.Pointer) int { stackTop = getCurrentStackPointer() runMain() + sleepTicks(nanosecondsToTicks(1e9)) + // For libc compatibility. return 0 } |