shithub: mc

Download patch

ref: 56fbadf5e329f00c9c8058e2dfe2350a8cafa850
parent: ee5ea7d9284ff554efa831dcd30c91d8360f1d3b
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Feb 28 13:47:32 EST 2016

Actuall export fisreg.

--- a/lib/std/syswrap+plan9.myr
+++ b/lib/std/syswrap+plan9.myr
@@ -50,6 +50,7 @@
 	const fsize	: (f : byte[:]	-> result(off, errno))
 	const fexists	: (f : byte[:]	-> bool)
 	const fisdir	: (f : byte[:]	-> bool)
+	const fisreg	: (f : byte[:]	-> bool)
 
 	/* the important bits that uname provides */
 	const getsysinfo	: (si : sysinfo# -> void)