aboutsummaryrefslogtreecommitdiffstats
path: root/guts/mkfifoat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/mkfifoat.c')
-rw-r--r--guts/mkfifoat.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/mkfifoat.c b/guts/mkfifoat.c
new file mode 100644
index 0000000..c52ac21
--- /dev/null
+++ b/guts/mkfifoat.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap_mkfifoat(int dirfd, const char *path, mode_t mode) {
+ * int rc = -1;
+ */
+
+ rc = wrap___xmknodat(_STAT_VER, dirfd, path, (mode & 07777) | S_IFIFO, 0);
+
+/* return rc;
+ * }
+ */