summaryrefslogtreecommitdiffstats
path: root/include/libusb-1.0/os/poll_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libusb-1.0/os/poll_posix.h')
-rw-r--r--include/libusb-1.0/os/poll_posix.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/libusb-1.0/os/poll_posix.h b/include/libusb-1.0/os/poll_posix.h
deleted file mode 100644
index 17298a5..0000000
--- a/include/libusb-1.0/os/poll_posix.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef __LIBUSB_POLL_POSIX_H__
2#define __LIBUSB_POLL_POSIX_H__
3
4#include <unistd.h>
5#include <poll.h>
6#define usbi_write write
7#define usbi_read read
8#define usbi_close close
9#define usbi_pipe pipe
10#define usbi_poll poll
11
12#endif /* __LIBUSB_POLL_POSIX_H__ */