mirror of
https://github.com/moparisthebest/minetest
synced 2024-12-21 23:28:48 -05:00
Fix AIX threading build
This commit is contained in:
parent
c93f7f5cea
commit
3eecc6ff44
@ -252,7 +252,7 @@ DWORD WINAPI Thread::threadProc(LPVOID param)
|
|||||||
Thread *thr = (Thread *)param;
|
Thread *thr = (Thread *)param;
|
||||||
|
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
m_kernel_thread_id = thread_self();
|
thr->m_kernel_thread_id = thread_self();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
thr->setName(thr->m_name);
|
thr->setName(thr->m_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user