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 22:05:21 UTC

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

patacongo edited a comment 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.
   
   I think the fact that they are prototyped in nuttx/c;lock.h does at least make their non-standard nature clearer (but doesn't help with portability).
   


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