1ZMQ_ERRNO(3)                      0MQ Manual                      ZMQ_ERRNO(3)
2
3
4

NAME

6       zmq_errno - retrieve value of errno for the calling thread
7

SYNOPSIS

9       int zmq_errno (void);
10

DESCRIPTION

12       The zmq_errno() function shall retrieve the value of the errno variable
13       for the calling thread.
14
15       The zmq_errno() function is provided to assist users on non-POSIX
16       systems who are experiencing issues with retrieving the correct value
17       of errno directly. Specifically, users on Win32 systems whose
18       application is using a different C run-time library from the C run-time
19       library in use by 0MQ will need to use zmq_errno() for correct
20       operation.
21
22           Important
23           Users not experiencing issues with retrieving the correct value of
24           errno should not use this function and should instead access the
25           errno variable directly.
26

RETURN VALUE

28       The zmq_errno() function shall return the value of the errno variable
29       for the calling thread.
30

ERRORS

32       No errors are defined.
33

SEE ALSO

35       zmq(7)
36

AUTHORS

38       This 0MQ manual page was written by Martin Sustrik
39       <sustrik@250bpm.com[1]> and Martin Lucina <mato@kotelna.sk[2]>.
40

NOTES

42        1. sustrik@250bpm.com
43           mailto:sustrik@250bpm.com
44
45        2. mato@kotelna.sk
46           mailto:mato@kotelna.sk
47
48
49
500MQ 2.1.4                         03/30/2011                      ZMQ_ERRNO(3)
Impressum