Commit 4820d493 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1368 from calid/docfix-zmq-msg-init

doc: zmq_msg_init does not set errno
parents eb345337 4c92fefe
...@@ -28,8 +28,7 @@ _zmq_msg_init_size()_ are mutually exclusive. Never initialise the same ...@@ -28,8 +28,7 @@ _zmq_msg_init_size()_ are mutually exclusive. Never initialise the same
RETURN VALUE RETURN VALUE
------------ ------------
The _zmq_msg_init()_ function shall return zero if successful. Otherwise it The _zmq_msg_init()_ function always returns zero.
shall return `-1` and set 'errno' to one of the values defined below.
ERRORS ERRORS
......
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