linux-user: include <poll.h> instead of <sys/poll.h>
authorFelix Janda <felix.janda@posteo.de>
Fri, 30 Sep 2016 23:40:21 +0000 (19:40 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 8 Oct 2016 08:25:29 +0000 (11:25 +0300)
commit0839f11cda08039d15b3e7621390de3e512b24e7
treeab0e2d6227350c80b62e5831e0473d3443d374e1
parent660a2d83e026496db6b3eaec2256a2cdd6c74de8
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: Felix Janda <felix.janda@posteo.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/syscall.c