aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/mkfifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/mkfifo.c')
-rw-r--r--toys/posix/mkfifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/mkfifo.c b/toys/posix/mkfifo.c
index 15fab70a..4e0fca3f 100644
--- a/toys/posix/mkfifo.c
+++ b/toys/posix/mkfifo.c
@@ -4,7 +4,7 @@
*
* See http://opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html
-USE_MKFIFO(NEWTOY(mkfifo, "<1m:", TOYFLAG_BIN))
+USE_MKFIFO(NEWTOY(mkfifo, "<1m:", TOYFLAG_USR|TOYFLAG_BIN))
config MKFIFO
bool "mkfifo"