mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 02:44:53 +08:00
sched: remove the unused function nx_wait and nx_waitid
This partially reverts commit de2a9d8a77.
This commit is contained in:
committed by
Petro Karashchenko
parent
579e47347e
commit
5bee68ebac
@@ -1374,8 +1374,6 @@ int nxsched_get_stackinfo(pid_t pid, FAR struct stackinfo_s *stackinfo);
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SCHED_WAITPID
|
||||
pid_t nx_wait(FAR int *stat_loc);
|
||||
int nx_waitid(int idtype, id_t id, FAR siginfo_t *info, int options);
|
||||
pid_t nx_waitpid(pid_t pid, FAR int *stat_loc, int options);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user