shithub: mc

Download patch

ref: 12296450a3b10aae1df092c5f0a4d0891fe421e0
parent: e59b8d11ec241cedc71eb70e67901b7b829bc794
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Mar 3 08:23:33 EST 2015

Add missing file.

--- /dev/null
+++ b/libstd/syswrap-ss+posixy-linux.myr
@@ -1,0 +1,7 @@
+use sys
+
+pkg std =
+	const exit	: (status:int -> void)
+;;
+
+const exit	= {status;	sys.exit_group(status)}