You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/27 21:23:46 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7454: Revert "sched: add nx_wait, nx_waitid and nx_waitpid"

pkarashchenko commented on PR #7454:
URL: https://github.com/apache/incubator-nuttx/pull/7454#issuecomment-1294078997

   Seems that kernel part still use it
   ```
    task/task_spawn.c: In function 'task_spawn':
   Error: task/task_spawn.c:425:9: error: implicit declaration of function 'nx_waitpid'; did you mean 'waitpid'? [-Werror=implicit-function-declaration]
     425 |   ret = nx_waitpid(proxy, &status, 0);
         |         ^~~~~~~~~~
         |         waitpid
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org