diff options
Diffstat (limited to 'osdep.h')
-rw-r--r-- | osdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ void qemu_vfree(void *ptr); int qemu_madvise(void *addr, size_t len, int advice); int qemu_create_pidfile(const char *filename); +int qemu_get_thread_id(void); #ifdef _WIN32 static inline void qemu_timersub(const struct timeval *val1, |