shithub: mc

Download patch

ref: dbe576878c102a86a95e7f472a948291fc7fe616
parent: 57658b905980f9536e4c0f01d3bfd0d327e26989
author: Ori Bernstein <ori@eigenstate.org'>
date: Tue Jan 5 12:31:34 EST 2016

exit doesn't return: mark it as such.

--- a/lib/std/syswrap-ss+plan9.myr
+++ b/lib/std/syswrap-ss+plan9.myr
@@ -4,7 +4,7 @@
 use "cstrconv.use"
 
 pkg std =
-	const exit	: (status : int -> void)
+	$noret const exit	: (status : int -> void)
 	pkglocal const bgetcwd	: (buf : byte[:] -> errno)
 ;;