Commit c4ae74f8 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed zmq_errno function definition

parent fe2753da
...@@ -106,7 +106,7 @@ const char *zmq_strerror (int errnum_) ...@@ -106,7 +106,7 @@ const char *zmq_strerror (int errnum_)
return zmq::errno_to_string (errnum_); return zmq::errno_to_string (errnum_);
} }
int zmq_errno () int zmq_errno (void)
{ {
return errno; return errno;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment