mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-06 03:01:54 +02:00
Fix up threading code from port tests to windows.
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "testutil.hpp"
|
||||
|
||||
static void *
|
||||
zap_handler (void *zap)
|
||||
static void zap_handler (void *zap)
|
||||
{
|
||||
char *version = s_recv (zap);
|
||||
char *sequence = s_recv (zap);
|
||||
@@ -52,8 +51,6 @@ zap_handler (void *zap)
|
||||
|
||||
int rc = zmq_close (zap);
|
||||
assert (rc == 0);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int main (void)
|
||||
|
Reference in New Issue
Block a user