aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/Xpoll.h.in
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-15 21:51:55 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-08 22:40:47 +0100
commitc6250a86468b1c2c23d41b27c4d6e438518ec917 (patch)
treedba2dae28d10c3df874d6ea1dc10a12dde7376bb /nx-X11/include/Xpoll.h.in
parent754e48ac009e4ddf452af06ee3451ecaf7946547 (diff)
downloadnx-libs-c6250a86468b1c2c23d41b27c4d6e438518ec917.tar.gz
nx-libs-c6250a86468b1c2c23d41b27c4d6e438518ec917.tar.bz2
nx-libs-c6250a86468b1c2c23d41b27c4d6e438518ec917.zip
drop platform support: unifdef QNX.
Relates to ArcticaProject/nx-libs#275.
Diffstat (limited to 'nx-X11/include/Xpoll.h.in')
-rw-r--r--nx-X11/include/Xpoll.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/include/Xpoll.h.in b/nx-X11/include/Xpoll.h.in
index 3ad5d0669..db8c565d9 100644
--- a/nx-X11/include/Xpoll.h.in
+++ b/nx-X11/include/Xpoll.h.in
@@ -86,9 +86,6 @@ from The Open Group.
# include <sysent.h>
# endif
#else /* not SVR4 */
-# ifdef __QNX__ /* Make sure we get 256 bit select masks */
-# define FD_SETSIZE 256
-# endif
# include <sys/select.h>
#endif