HPUX build and gmake check issues solution (#1412)

This commit is contained in:
ALEKSANDR MELNIKOV
2015-06-02 20:17:15 +06:00
parent 4676e6551f
commit 1eb8e2a69f
3 changed files with 19 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ void zmq::thread_t::stop ()
void zmq::thread_t::setSchedulingParameters(int priority_, int schedulingPolicy_)
{
#if !defined ZMQ_HAVE_ZOS
#if !defined ZMQ_HAVE_ZOS && !defined ZMQ_HAVE_HPUX
int policy = 0;
struct sched_param param;