summaryrefslogtreecommitdiff
path: root/src/sys/stat/fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat/fchmod.c')
-rw-r--r--src/sys/stat/fchmod.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sys/stat/fchmod.c b/src/sys/stat/fchmod.c
new file mode 100644
index 00000000..9f360c30
--- /dev/null
+++ b/src/sys/stat/fchmod.c
@@ -0,0 +1,10 @@
+#include <sys/stat.h>
+
+int fchmod(int fildes, mode_t mode)
+{
+}
+
+/*
+XOPEN(4)
+NOTE: also in posix
+*/