mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
Revert "libc: Call pthread_exit in user-space by up_pthread_exit"
This reverts commit f4a0b7aedd.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -210,8 +210,6 @@ typedef FAR void *pthread_addr_t;
|
||||
typedef CODE pthread_addr_t (*pthread_startroutine_t)(pthread_addr_t);
|
||||
typedef pthread_startroutine_t pthread_func_t;
|
||||
|
||||
typedef void (*pthread_exitroutine_t)(pthread_addr_t);
|
||||
|
||||
typedef void (*pthread_trampoline_t)(pthread_startroutine_t, pthread_addr_t);
|
||||
|
||||
struct pthread_attr_s
|
||||
|
||||
Reference in New Issue
Block a user