summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipes/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/pipes/pipe.c')
-rw-r--r--nuttx/drivers/pipes/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/pipes/pipe.c b/nuttx/drivers/pipes/pipe.c
index 60764c510..6df5086e8 100644
--- a/nuttx/drivers/pipes/pipe.c
+++ b/nuttx/drivers/pipes/pipe.c
@@ -82,7 +82,7 @@ static const struct file_operations pipe_fops =
pipecommon_read, /* read */
pipecommon_write, /* write */
0, /* seek */
- 0 /* ioctl */
+ pipecommon_ioctl /* ioctl */
#ifndef CONFIG_DISABLE_POLL
, pipecommon_poll /* poll */
#endif