summaryrefslogtreecommitdiff
path: root/compat/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/chmod.c')
-rw-r--r--compat/chmod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/chmod.c b/compat/chmod.c
new file mode 100644
index 0000000..01a1be0
--- /dev/null
+++ b/compat/chmod.c
@@ -0,0 +1,4 @@
+
+inline int chmod(char const * path, mode_t mode) {
+ return 0;
+}