All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] linux-user: include <poll.h> instead of <sys/poll.h>
@ 2016-09-30 23:40 Felix Janda
  2016-10-08  8:16 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2016-09-30 23:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, qemu-trivial

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

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 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 3d1f694..4bfb671 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.7.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] linux-user: include <poll.h> instead of <sys/poll.h>
  2016-09-30 23:40 [Qemu-devel] [PATCH] linux-user: include <poll.h> instead of <sys/poll.h> Felix Janda
@ 2016-10-08  8:16 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-10-08  8:16 UTC (permalink / raw)
  To: Felix Janda, qemu-devel; +Cc: qemu-trivial, Riku Voipio

01.10.2016 02:40, Felix Janda wrote:
> This removes the last usage of <sys/poll.h> in the code base.

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-08  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-30 23:40 [Qemu-devel] [PATCH] linux-user: include <poll.h> instead of <sys/poll.h> Felix Janda
2016-10-08  8:16 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.