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 2021/11/04 21:59:22 UTC

[GitHub] [incubator-nuttx] patacongo commented on pull request #4779: libs/libc/wqueue/work_usrthread.c: Correct time calculation in work_p…

patacongo commented on pull request #4779:
URL: https://github.com/apache/incubator-nuttx/pull/4779#issuecomment-961464799


   The only issue with moving these functions into libc is that it modifies the OS interface definition and violates the portable POSIX interface.
   
   We normally keep non-standard helper functions like under apps/ so avoid contaminating the OS interface.with non-standard functions.
   


-- 
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