Fix PROTECTED_BUILD build errors for mpfs target

Userspace struct definition did not have pthread_startup
The definition for up_pthread_exit was not compiled ever
This commit is contained in:
Ville Juven 2022-01-24 09:56:47 +02:00 committed by Xiang Xiao
parent ad25c43983
commit 3fa0834e7d

View File

@ -99,9 +99,6 @@ const struct userspace_s userspace locate_data(".userspace") =
/* Task/thread startup routines */
.task_startup = nxtask_startup,
#ifndef CONFIG_DISABLE_PTHREAD
.pthread_startup = pthread_startup,
#endif
/* Signal handler trampoline */