diff options
Diffstat (limited to 'include/libusb-1.0/os/poll_posix.h')
-rw-r--r-- | include/libusb-1.0/os/poll_posix.h | 12 |
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 @@ -#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__ */ |