qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 24/26] linux-user: include <poll.h> instead of <sys


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 24/26] linux-user: include <poll.h> instead of <sys/poll.h>
Date: Sat, 8 Oct 2016 11:58:10 +0300

From: Felix Janda <address@hidden>

This removes the last usage of <sys/poll.h> in the code base.

Signed-off-by: Felix Janda <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 linux-user/syscall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 0815f30..52012d4 100644
--- 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>
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]