mirror of
https://github.com/zeromq/libzmq.git
synced 2025-09-26 15:59:34 +02:00
Fixed zmq_errno function definition
This commit is contained in:
parent
fe2753da0a
commit
c4ae74f816
@ -106,7 +106,7 @@ const char *zmq_strerror (int errnum_)
|
||||
return zmq::errno_to_string (errnum_);
|
||||
}
|
||||
|
||||
int zmq_errno ()
|
||||
int zmq_errno (void)
|
||||
{
|
||||
return errno;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user