projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660a2d8
)
linux-user: include <poll.h> instead of <sys/poll.h>
author
Felix Janda
<felix.janda@posteo.de>
Fri, 30 Sep 2016 23:40:21 +0000
(19:40 -0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 8 Oct 2016 08:25:29 +0000
(11:25 +0300)
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>
linux-user/syscall.c
patch
|
blob
|
history
diff --git
a/linux-user/syscall.c
b/linux-user/syscall.c
index 0815f3096549e81cfc3b67b2de61d9cfe58db00e..52012d4aa523f7b0c0c25adfe8bc1f79b52b7089 100644
(file)
--- a/
linux-user/syscall.c
+++ b/
linux-user/syscall.c
@@
-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>