mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
HPUX build and gmake check issues solution (#1412)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user