xiaoxiang781216 commented on code in PR #8211:
URL: https://github.com/apache/nuttx/pull/8211#discussion_r1087620641


##########
include/sys/epoll.h:
##########
@@ -91,11 +94,14 @@ enum
 #define EPOLL_CLOEXEC EPOLL_CLOEXEC
 };
 
-typedef union poll_data
+typedef union epoll_data
 {
   FAR void    *ptr;
   int          fd;
   uint32_t     u32;
+#ifdef CONFIG_HAVE_LONG_LONG
+  uint64_t     u64;
+#endif
 } epoll_data_t;

Review Comment:
   Done.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to