Skip to content

Commit

Permalink
linux-user: include <poll.h> instead of <sys/poll.h>
Browse files Browse the repository at this point in the history
This removes the last usage of <sys/poll.h> in the code base.

Signed-off-by: Felix Janda <felix.janda@posteo.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
doughdemon authored and Michael Tokarev committed Oct 8, 2016
1 parent 660a2d8 commit 0839f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-user/syscall.c
Expand Up @@ -42,7 +42,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base,
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <sys/poll.h>
#include <poll.h>
#include <sys/times.h>
#include <sys/shm.h>
#include <sys/sem.h>
Expand Down

0 comments on commit 0839f11

Please sign in to comment.