summaryrefslogtreecommitdiff
path: root/libusb/io.c
diff options
context:
space:
mode:
authorDaniel Drake <dan@reactivated.net>2009-11-21 16:57:25 +0000
committerDaniel Drake <dan@reactivated.net>2009-11-21 16:58:31 +0000
commit0bd7ef5d8697973a026c36c15d6276177b4ec4ea (patch)
treeb1753bb53304a1188e191b8e39f5252089178be4 /libusb/io.c
parent90d8fcab9018b8e6887a7e0592d1e5f692117234 (diff)
downloadlibusb-0bd7ef5d8697973a026c36c15d6276177b4ec4ea.tar.gz
Refine timerfd header check (#18)
Require glibc-2.9 for the working timerfd support.
Diffstat (limited to 'libusb/io.c')
-rw-r--r--libusb/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/io.c b/libusb/io.c
index 65c2cf4..f6a7e23 100644
--- a/libusb/io.c
+++ b/libusb/io.c
@@ -632,7 +632,7 @@ while (user has not requested application exit) {
* - Darwin
* - Linux, provided that the following version requirements are satisfied:
* - Linux v2.6.27 or newer, compiled with timerfd support
- * - glibc v2.8 or newer
+ * - glibc v2.9 or newer
* - libusb v1.0.5 or newer
*
* Under these configurations, libusb_get_next_timeout() will \em always return