mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user