mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 22:50:19 +02:00
Linux build fails due to undeclared variable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user