about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-08 17:36:07 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-04-15 09:59:33 -0300
commite3fdbe9f39747206b9c3fbb0219f29fd5b35d020 (patch)
tree5d028e61d3049e27fd359c793f810eaf65c4652d /support/Makefile
parent592b6d00aaaf435efd687e99b5985852dffb4c80 (diff)
downloadglibc-e3fdbe9f39747206b9c3fbb0219f29fd5b35d020.tar.gz
glibc-e3fdbe9f39747206b9c3fbb0219f29fd5b35d020.tar.xz
glibc-e3fdbe9f39747206b9c3fbb0219f29fd5b35d020.zip
support: Add xmkfifo
Wrapper support mkfifo.
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index f036a81304..9b50eac117 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -134,6 +134,7 @@ libsupport-routines = \
   xmemstream \
   xmkdir \
   xmkdirp \
+  xmkfifo \
   xmmap \
   xmprotect \
   xmunmap \