mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
include/poll.h and include/nuttx/compiler.h: Update some comments; improved a conditional test.
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ typedef uint8_t pollevent_t;
|
||||
|
||||
struct pollfd
|
||||
{
|
||||
/* Standard field */
|
||||
/* Standard fields */
|
||||
|
||||
int fd; /* The descriptor being polled */
|
||||
pollevent_t events; /* The input event flags */
|
||||
|
||||
Reference in New Issue
Block a user