diff options
Diffstat (limited to 'libusb/os/poll_posix.h')
-rw-r--r-- | libusb/os/poll_posix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libusb/os/poll_posix.h b/libusb/os/poll_posix.h index 0e5e7f5..5b4b2c9 100644 --- a/libusb/os/poll_posix.h +++ b/libusb/os/poll_posix.h @@ -4,7 +4,8 @@ #define usbi_write write #define usbi_read read #define usbi_close close -#define usbi_pipe pipe #define usbi_poll poll +int usbi_pipe(int pipefd[2]); + #endif /* LIBUSB_POLL_POSIX_H */ |