Add an extra void* cast to work around a bug in FreeBSD-gcc inherited

from Apple.
This commit is contained in:
David Chisnall 2014-04-03 08:08:36 +00:00
parent cf44c89bba
commit 02da4cb451
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264069

View File

@ -60,4 +60,4 @@
int flags;\
int reserved;\
void (*invoke)(void *, ...);\
}*)x)->invoke)
}*)(void*)x)->invoke)