jlaitine commented on a change in pull request #3523:
URL: https://github.com/apache/incubator-nuttx/pull/3523#discussion_r611372545
##########
File path: include/sys/syscall_lookup.h
##########
@@ -261,6 +261,9 @@ SYSCALL_LOOKUP(telldir, 1)
#if defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0
SYSCALL_LOOKUP(nx_pipe, 3)
+#endif
+
+#if defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0
SYSCALL_LOOKUP(nx_mkfifo, 3)
Review comment:
Oops. I did this originally on an older nuttx version, and rebased after
that... Didn't notice that it was already fixed. I will just drop this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]