Commit 0839f11c authored by Felix Janda's avatar Felix Janda Committed by Michael Tokarev
Browse files

linux-user: include <poll.h> instead of <sys/poll.h>



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

Signed-off-by: default avatarFelix Janda <felix.janda@posteo.de>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 660a2d83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>