mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix AIX threading build
This commit is contained in:
parent
c93f7f5cea
commit
3eecc6ff44
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ DWORD WINAPI Thread::threadProc(LPVOID param)
|
|||
Thread *thr = (Thread *)param;
|
||||
|
||||
#ifdef _AIX
|
||||
m_kernel_thread_id = thread_self();
|
||||
thr->m_kernel_thread_id = thread_self();
|
||||
#endif
|
||||
|
||||
thr->setName(thr->m_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue