LibThread: Fix int to pointer conversion

This commit is contained in:
Jean-Baptiste Boric 2021-04-26 19:09:04 +02:00 committed by Linus Groh
commit 8d95bd8418
Notes: sideshowbarker 2024-07-18 19:01:04 +09:00
5 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ public:
void stop();
// Thread entry point
static int start_static();
static intptr_t start_static();
pthread_mutex_t* continue_mutex() { return &m_ui_action_mutex; }
pthread_cond_t* continue_cond() { return &m_ui_action_cond; }