commit | d5f934522d6ae30bbb1b5320309aa29eb720008f | [log] [tgz] |
---|---|---|
author | Jose Fonseca <jfonseca@vmware.com> | Mon Sep 10 10:08:36 2018 +0100 |
committer | Jose Fonseca <jfonseca@vmware.com> | Mon Sep 10 10:10:16 2018 +0100 |
tree | 9471fcb7d2ecf214767fdf841f089115bfb407b9 | |
parent | c4017106bb8b5118b68e24d3f5b44c538033cfe3 [diff] |
util: Make util_context_thread_changed a no-op on Windows. Spite using thrd_t types, these functions are wed to pthreads, and break Windows builds, because thrd_current() is not implemented there, as it's impossible to have an efficient thrd_current() implementation on Windows. Trivial.