gustavonihei commented on a change in pull request #3626: URL: https://github.com/apache/incubator-nuttx/pull/3626#discussion_r632738062
########## File path: arch/arm/src/armv7-a/svcall.h ########## @@ -105,6 +98,24 @@ #define SYS_signal_handler_return (5) +#endif /* !CONFIG_BUILD_FLAT */ + +/* SYS call 3: + * + * void up_pthread_start(pthread_startroutine_t startup, + * pthread_startroutine_t entrypt, pthread_addr_t arg) + * noreturn_function + */ + +#define SYS_pthread_start (3) + +/* SYS call 8: Review comment: ```suggestion /* SYS call 6: ``` -- 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: us...@infra.apache.org