Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: third_party/libusb/src/libusb/os/threads_windows.h

Issue 19490008: Recommit: Update libusb 1.0.9 to libusbx 1.0.16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libusb/src/libusb/os/threads_windows.h
diff --git a/third_party/libusb/src/libusb/os/threads_windows.h b/third_party/libusb/src/libusb/os/threads_windows.h
index 7bb144af584c2a66e660bf37eb0f23978086e770..df8a0eeb03d2d08a91fa840e28363a440c693421 100644
--- a/third_party/libusb/src/libusb/os/threads_windows.h
+++ b/third_party/libusb/src/libusb/os/threads_windows.h
@@ -1,7 +1,7 @@
/*
- * libusb synchronization on Microsoft Windows
+ * libusbx synchronization on Microsoft Windows
*
- * Copyright (C) 2010 Michael Plante <michael.plante@gmail.com>
+ * Copyright © 2010 Michael Plante <michael.plante@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -82,5 +82,6 @@ int usbi_cond_timedwait(usbi_cond_t *cond,
int usbi_cond_broadcast(usbi_cond_t *cond);
int usbi_cond_signal(usbi_cond_t *cond);
-#endif /* LIBUSB_THREADS_WINDOWS_H */
+int usbi_get_tid(void);
+#endif /* LIBUSB_THREADS_WINDOWS_H */
« no previous file with comments | « third_party/libusb/src/libusb/os/threads_posix.c ('k') | third_party/libusb/src/libusb/os/threads_windows.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698