summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipes/fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/pipes/fifo.c')
-rw-r--r--nuttx/drivers/pipes/fifo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/drivers/pipes/fifo.c b/nuttx/drivers/pipes/fifo.c
index 0c8f0d63f..7148edc3c 100644
--- a/nuttx/drivers/pipes/fifo.c
+++ b/nuttx/drivers/pipes/fifo.c
@@ -77,7 +77,9 @@ static const struct file_operations fifo_fops =
#ifndef CONFIG_DISABLE_POLL
pipecommon_poll, /* poll */
#endif
+#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS
pipecommon_unlink /* unlink */
+#endif
};
/****************************************************************************