stupid gcc
This commit is contained in:
parent
3842363abc
commit
46cfcf550f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ _pthreadinit(void)
|
|||
* thread IDs.
|
||||
*/
|
||||
id = pthread_self();
|
||||
if(*(ulong*)&id < 1024*1024)
|
||||
if(*(ulong*)(void*)&id < 1024*1024)
|
||||
sysfatal("cannot use LinuxThreads as pthread library; see %s/src/libthread/README.Linux", get9root());
|
||||
}
|
||||
pthread_key_create(&prockey, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue