summaryrefslogtreecommitdiff
path: root/nuttx/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/poll.h')
-rw-r--r--nuttx/include/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/poll.h b/nuttx/include/poll.h
index 4439710e9..106a6b23a 100644
--- a/nuttx/include/poll.h
+++ b/nuttx/include/poll.h
@@ -130,7 +130,7 @@ extern "C" {
* Public Function Prototypes
****************************************************************************/
-EXTERN int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout);
+int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout);
#undef EXTERN
#if defined(__cplusplus)