summaryrefslogtreecommitdiff
path: root/src/sys/stat/fchmod.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 16:13:47 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 16:13:47 -0500
commit294c0451d5625fd01cbc9b3270daf4425132d524 (patch)
treedffbbe6e59e3e47e378cfce0afbc26a1c8304ffb /src/sys/stat/fchmod.c
parent94c01485caa0ab48ca956572d6f024f5a3f9e355 (diff)
merge XOPEN identifiers
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
+*/