From 67d88bcb41efcba24cb94b1c370ecb40a75398d0 Mon Sep 17 00:00:00 2001 From: Joshua Gao Date: Tue, 18 Sep 2012 13:46:48 -0700 Subject: [PATCH 1/2] Add pthread.h include to test_connect_delay.cpp This test case uses pthreads, but doesn't include the header. --- tests/test_connect_delay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_connect_delay.cpp b/tests/test_connect_delay.cpp index 344dfabb..4742aa5a 100644 --- a/tests/test_connect_delay.cpp +++ b/tests/test_connect_delay.cpp @@ -24,6 +24,7 @@ along with this program. If not, see . #include #include #include +#include #undef NDEBUG #include From f6a840b65bffc11c74d6d538e989fe707a3c166e Mon Sep 17 00:00:00 2001 From: Vaughan Newton Date: Thu, 20 Sep 2012 21:39:45 +0300 Subject: [PATCH 2/2] Update doc/zmq_msg_get.txt --- doc/zmq_msg_get.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zmq_msg_get.txt b/doc/zmq_msg_get.txt index a6ccfb59..d5fd9186 100644 --- a/doc/zmq_msg_get.txt +++ b/doc/zmq_msg_get.txt @@ -25,8 +25,9 @@ Indicates that there are more message frames to follow after the 'message'. RETURN VALUE ------------ -The _zmq_msg_get()_ function shall return zero if successful. Otherwise it -shall return `-1` and set 'errno' to one of the values defined below. +The _zmq_msg_get()_ function shall return the value for the property if +successful. Otherwise it shall return `-1` and set 'errno' to one of the +values defined below. ERRORS