diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-15 21:51:55 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-03-01 15:19:13 +0100 |
commit | 5c3776d251ec0fb9cddf1d0ac641754582dbc4d7 (patch) | |
tree | 4979d3ea2215db48361b7108d90a30f502a56885 /nx-X11/include/Xpoll.h.in | |
parent | 29401f29b3e818a74eab7334046bbb37173edffc (diff) | |
download | nx-libs-5c3776d251ec0fb9cddf1d0ac641754582dbc4d7.tar.gz nx-libs-5c3776d251ec0fb9cddf1d0ac641754582dbc4d7.tar.bz2 nx-libs-5c3776d251ec0fb9cddf1d0ac641754582dbc4d7.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.in | 3 |
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 |