aboutsummaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.h')
-rw-r--r--src/nng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nng.h b/src/nng.h
index e20d3543..0adadb39 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -422,6 +422,7 @@ NNG_DECL int nng_device(nng_socket_t, nng_socket_t);
* Error codes. These may happen to align to errnos used on your platform,
* but do not count on this.
*/
+#define NNG_EINTR (-1)
#define NNG_ENOMEM (-2)
#define NNG_EINVAL (-3)
#define NNG_EBUSY (-4)