ref: 23496dd0d3a0b274dbdf246222c14a42194849f3
parent: b8365e64e710eb524ce71f9e6714a529c1cd523d
author: Ori Bernstein <[email protected]>
date: Sun Dec 28 20:39:10 EST 2014
mtime() -> fmtime(): it operates on files.
--- a/libstd/syswrap+posixy.myr
+++ b/libstd/syswrap+posixy.myr
@@ -96,7 +96,7 @@
;;
}
-const mtime = {path
+const fmtime = {path
var sb
if sys.stat(path, &sb) == 0