musl: sys/poll, sys/fcntl -> poll, fcntl #733

This commit is contained in:
nick black 2020-06-24 18:21:18 -04:00
parent 0a0f9faa7f
commit d9535f9962
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,10 +1,9 @@
#include <poll.h>
#include <fcntl.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/poll.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/fcntl.h>
#ifdef __linux__
#include <linux/wait.h>
#include <asm/unistd.h>