Commit 98b1380a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic fix

parent 72292bb3
...@@ -154,9 +154,9 @@ enum ...@@ -154,9 +154,9 @@ enum
struct pollfd struct pollfd
{ {
int fd; int fd;
int events; int events;
int revents; int revents;
}; };
int poll (struct pollfd *fds, unsigned nfds, int timeout); int poll (struct pollfd *fds, unsigned nfds, int timeout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment