diff options
Diffstat (limited to 'package/libs/libusb/patches')
-rw-r--r-- | package/libs/libusb/patches/001-timerfd.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/libs/libusb/patches/001-timerfd.patch b/package/libs/libusb/patches/001-timerfd.patch index de48a7fd9b..d14e3dcba7 100644 --- a/package/libs/libusb/patches/001-timerfd.patch +++ b/package/libs/libusb/patches/001-timerfd.patch @@ -14,15 +14,15 @@ Date: Thu Jan 27 06:39:16 2011 +0300 --- a/libusb/io.c +++ b/libusb/io.c -@@ -20,6 +20,7 @@ - - #include <config.h> - #include <errno.h> +@@ -32,6 +32,7 @@ + #include <sys/time.h> + #endif + #ifdef USBI_TIMERFD_AVAILABLE +#include <fcntl.h> - #include <signal.h> - #include <stdint.h> - #include <stdlib.h> -@@ -1072,7 +1073,7 @@ int usbi_io_init(struct libusb_context * + #include <sys/timerfd.h> + #endif + +@@ -1141,7 +1142,7 @@ int usbi_io_init(struct libusb_context * #ifdef USBI_TIMERFD_AVAILABLE ctx->timerfd = timerfd_create(usbi_backend->get_timerfd_clockid(), |