mirror of
https://github.com/zeromq/libzmq.git
synced 2025-05-29 07:25:56 +02:00
Linux build fails due to undeclared variable
This commit is contained in:
parent
be1160832e
commit
7e37cc8ed4
@ -316,7 +316,7 @@ int main (int argc, char *argv [])
|
||||
WaitForSingleObject (worker[i], INFINITE);
|
||||
CloseHandle (worker[i]);
|
||||
#else
|
||||
pthread_join( worker[i], &p);
|
||||
pthread_join( worker[i], NULL);
|
||||
#endif
|
||||
printf("Worker %d joined\n", i);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user