| 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 */
|
|
|