include/poll.h and include/nuttx/compiler.h: Update some comments; improved a conditional test.

This commit is contained in:
Gregory Nutt
2019-02-21 18:06:53 -06:00
parent 94fe5c8349
commit a5183e3460
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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 */