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

Cosmetic fix

parent 72292bb3
......@@ -154,9 +154,9 @@ enum
struct pollfd
{
int fd;
int events;
int revents;
int fd;
int events;
int revents;
};
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