diff options
| author | 2013-09-26 10:41:13 +0200 | |
|---|---|---|
| committer | 2013-09-26 10:41:13 +0200 | |
| commit | 07391edbf2ca1feaf4357259fd9e477ec53e6d81 (patch) | |
| tree | 09bc0ab7de21b994dcb039a3e652ccfe173c310d /include/libusb-1.0/os/poll_posix.h | |
| parent | afb8735176869db20219c35a341e89158651bffe (diff) | |
| download | libirecovery-07391edbf2ca1feaf4357259fd9e477ec53e6d81.tar.gz libirecovery-07391edbf2ca1feaf4357259fd9e477ec53e6d81.tar.bz2 | |
Remove obsolete "in-tree" copy of libusb-1.0
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 @@ | |||
| 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__ */ | ||
