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/11/09 03:41:49 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #2253: syscall/eventfd: correct the syscall prototype of eventfd(2)

anchao opened a new pull request #2253:
URL: https://github.com/apache/incubator-nuttx/pull/2253


   
   ## Summary
   
   syscall/eventfd: correct the syscall prototype of eventfd(2) 
   
   ## Impact
   
   proxies/PROXY_eventfd.c:12:14: error: conflicting types for 'eventfd'
      12 | unsigned int eventfd(int parm1)
         |              ^~~~~~~
   In file included from proxies/PROXY_eventfd.c:7:
   nuttx/include/sys/eventfd.h:63:5: note: previous declaration of 'eventfd' was here
      63 | int eventfd(unsigned int count, int flags);
         |     ^~~~~~~
   
   Change-Id: I7ed0b8b442eac72592dea0e5754a36fb60ca5f8d
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   
   ## Testing
   
   Protect build compile pass


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2253: syscall/eventfd: correct the syscall prototype of eventfd(2)

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2253:
URL: https://github.com/apache/incubator-nuttx/pull/2253


   


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