提交 0839f11c 编写于 作者: F Felix Janda 提交者: Michael Tokarev

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: NFelix Janda <felix.janda@posteo.de>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 660a2d83
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册