mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 07:14:28 +08:00
Remove duplicate function prototype from wrong header file
This commit is contained in:
@@ -80,8 +80,4 @@ int task_terminate(pid_t pid, bool nonblocking);
|
||||
void task_exithook(FAR struct tcb_s *tcb, int status, bool nonblocking);
|
||||
void task_recover(FAR struct tcb_s *tcb);
|
||||
|
||||
/* Misc. */
|
||||
|
||||
bool sched_addreadytorun(FAR struct tcb_s *rtrtcb);
|
||||
|
||||
#endif /* __SCHED_TASK_TASK_H */
|
||||
|
||||
Reference in New Issue
Block a user