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