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 2020/07/29 17:37:31 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #1479: fs/vfs: Add file descriptor based events support

patacongo edited a comment on pull request #1479:
URL: https://github.com/apache/incubator-nuttx/pull/1479#issuecomment-665776605


   This is not a POSIX interface.  It is a non-standard Linux interface.  So with this change, we are extending the NuttX OS application interface with a non-standard API.
   
   Since this extends the interface, system calls will be required for use in PROTECTED and KERNEL modes.  Please add eventfd support under syscall/ and include/sys as well.  Otherwise, the implementation is incomplete.
   


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

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