This commit is contained in:
Mark Riddoch
2015-02-16 09:21:38 +00:00
16 changed files with 160 additions and 168 deletions

View File

@ -437,7 +437,7 @@ poll_waitevents(void *arg)
{
struct epoll_event events[MAX_EVENTS];
int i, nfds, timeout_bias = 1;
int thread_id = (int)arg;
intptr_t thread_id = (intptr_t)arg;
DCB *zombies = NULL;
int poll_spins = 0;