git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4897 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2015-06-14 01:44:54 +00:00
parent bdc8ae1281
commit a0e124c370
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}