Skip to content

Commit

Permalink
QNX has no pselect() either.
Browse files Browse the repository at this point in the history
Signed-off-by: raspopov <[email protected]>
  • Loading branch information
raspopov authored and ralight committed Nov 2, 2020
1 parent aed4b94 commit add355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and the Eclipse Distribution License is available at
#include "tls_mosq.h"
#include "util_mosq.h"

#if !defined(WIN32) && !defined(__SYMBIAN32__)
#if !defined(WIN32) && !defined(__SYMBIAN32__) && !defined(__QNX__)
#define HAVE_PSELECT
#endif

Expand Down

0 comments on commit add355a

Please sign in to comment.