diff options
author | Nathan Hjelm <hjelmn@me.com> | 2016-02-25 10:05:49 -0700 |
---|---|---|
committer | Nathan Hjelm <hjelmn@me.com> | 2016-02-25 10:25:23 -0700 |
commit | e10e68c6ced6f7cfbb38f14f4eb5278524a86912 (patch) | |
tree | c2bb0514fa6bae32c36d44062ab97f874f4adb4c /libusb/version_nano.h | |
parent | 6e05325ab2353e95e20e9c5fe610a28a4c4d231d (diff) | |
download | libusb-darwin_gettime_fix.tar.gz |
threads_posix: use backend clock_gettime()darwin_gettime_fix
Some platforms do not implement the optional clock_gettime(). Need
to use the backend implementation instead.
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r-- | libusb/version_nano.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 79b35c4..3da269c 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11063 +#define LIBUSB_NANO 11064 |