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, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/pipes/fifo.c b/nuttx/drivers/pipes/fifo.c
index 57873ca99..5fcc75b4b 100644
--- a/nuttx/drivers/pipes/fifo.c
+++ b/nuttx/drivers/pipes/fifo.c
@@ -73,7 +73,7 @@ static const struct file_operations fifo_fops =
pipecommon_read, /* read */
pipecommon_write, /* write */
0, /* seek */
- 0 /* ioctl */
+ pipecommon_ioctl /* ioctl */
#ifndef CONFIG_DISABLE_POLL
, pipecommon_poll /* poll */
#endif