You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/15 03:04:55 UTC

[GitHub] [incubator-nuttx] YuuichiNakamura commented on a change in pull request #791: Fix syscall number definition

YuuichiNakamura commented on a change in pull request #791: Fix syscall number definition
URL: https://github.com/apache/incubator-nuttx/pull/791#discussion_r408553875
 
 

 ##########
 File path: include/sys/syscall.h
 ##########
 @@ -540,27 +540,29 @@
 #  define SYS_sendto                   (__SYS_network + 10)
 #  define SYS_setsockopt               (__SYS_network + 11)
 #  define SYS_socket                   (__SYS_network + 12)
+#  define __SYS_socket                 (__SYS_network + 13)
 #else
-#  define SYS_socket                    __SYS_network
+#  define __SYS_socket                    __SYS_network
 
 Review comment:
   I got. Thanks.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services