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 <anc...@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: us...@infra.apache.org