mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4897 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bdc8ae1281
commit
a0e124c370
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void Sys_ThreadsInit(void)
|
|||
{
|
||||
mainthread = pthread_self();
|
||||
}
|
||||
static qboolean Sys_IsThread(void *thread)
|
||||
qboolean Sys_IsThread(void *thread)
|
||||
{
|
||||
return pthread_equal(pthread_self(), *(pthread_t*)thread);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue