mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix AIX threading build
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user