mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00: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:
parent
ad25c43983
commit
3fa0834e7d
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue