Add implementation for os.Exit and syscall.Exit

This commit is contained in:
Tomer Elmalem
2019-06-08 14:17:16 -07:00
committed by Ayke van Laethem
parent b7197bcaae
commit 3e1c0d90c5
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
package syscall
func Exit(code int)