Sha256: 0e3f5aa92111dd89f58906d1df3dc2f30975dcb2052bb44c7c227c4102bd439e

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

zmq_errno(3)
============


NAME
----
zmq_errno - retrieve value of errno for the calling thread


SYNOPSIS
--------
*int zmq_errno (void);*


DESCRIPTION
-----------
The _zmq_errno()_ function shall retrieve the value of the 'errno' variable for
the calling thread.

The _zmq_errno()_ function is provided to assist users on non-POSIX systems who
are experiencing issues with retrieving the correct value of 'errno' directly.
Specifically, users on Win32 systems whose application is using a different C
run-time library from the C run-time library in use by 0MQ will need to use
_zmq_errno()_ for correct operation.

IMPORTANT: Users not experiencing issues with retrieving the correct value of
'errno' should not use this function and should instead access the 'errno'
variable directly.


RETURN VALUE
------------
The _zmq_errno()_ function shall return the value of the 'errno' variable for
the calling thread.


ERRORS
------
No errors are defined.


SEE ALSO
--------
linkzmq:zmq[7]


AUTHORS
-------
This 0MQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>.

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rbczmq-1.7.1 ext/zeromq/doc/zmq_errno.txt
rbczmq-1.7.0 ext/zeromq/doc/zmq_errno.txt
rbczmq-1.6.4 ext/zeromq/doc/zmq_errno.txt
libzmq-0.2.0 libzmq/zeromq-2.1.9/doc/zmq_errno.txt
libzmq-0.0.1 libzmq/zeromq-2.1.7/doc/zmq_errno.txt