shithub: c9

Download patch

ref: 2ff799d51028b4c89c78332172aaab97a1e0daeb
parent: 7de1a0ced784278b3d586496f78016a17a4495a6
author: Sigrid <sigrid.haflinadottir@gmail.com>
date: Tue Jan 17 16:56:52 EST 2017

add C9permdir to create directories

--- a/c9.h
+++ b/c9.h
@@ -46,6 +46,9 @@
 	C9permox = 1<<0,
 };
 
+/* Directory. */
+#define C9permdir 0x80000000
+
 /* Bitmask of stat.mode. */
 #define C9stdir 0x80000000
 #define C9stappend 0x40000000