0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

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

doc: zmq_msg_init does not set errno
This commit is contained in:
Pieter Hintjens 2015-03-15 11:25:44 +01:00
commit f22094b61a

View File

@ -28,8 +28,7 @@ _zmq_msg_init_size()_ are mutually exclusive. Never initialize the same
RETURN VALUE
------------
The _zmq_msg_init()_ function shall return zero if successful. Otherwise it
shall return `-1` and set 'errno' to one of the values defined below.
The _zmq_msg_init()_ function always returns zero.
ERRORS