Add the missing SYS_pthread_exit in armv8-m svcall.h

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I42acaab45420aa123221b8832996b23ff412f575
This commit is contained in:
liuhaitao
2021-08-03 22:08:26 +08:00
parent b7ca3dbbc8
commit a0de639ca3
+7
View File
@@ -125,6 +125,13 @@
#define SYS_pthread_start (5)
/* SYS call 8:
*
* void up_pthread_exit(pthread_exitroutine_t exit, FAR void *exit_value)
*/
#define SYS_pthread_exit (8)
#endif /* !CONFIG_BUILD_FLAT */
#endif /* CONFIG_LIB_SYSCALL */