xiaoxiang781216 commented on code in PR #15672:
URL: https://github.com/apache/nuttx/pull/15672#discussion_r1927166415


##########
syscall/syscall.csv:
##########
@@ -19,9 +19,12 @@
 "connect","sys/socket.h","defined(CONFIG_NET)","int","int","FAR const struct 
sockaddr *","socklen_t"
 "dup","unistd.h","","int","int"
 "dup2","unistd.h","","int","int","int"
+"epoll_create","sys/epoll.h","","int","int"
 "epoll_create1","sys/epoll.h","","int","int"
 "epoll_ctl","sys/epoll.h","","int","int","int","int","FAR struct epoll_event *"
 "epoll_wait","sys/epoll.h","","int","int","FAR struct epoll_event 
*","int","int"
+"epoll_pwait","sys/epoll.h","","int","int","FAR struct epoll_event 
*","int","int","FAR const sigset_t *"

Review Comment:
   let's keep the order



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to