summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-03-26 14:10:57 -0400
committerRich Salz <rsalz@openssl.org>2018-03-26 14:10:57 -0400
commitfaec5c4a8aa3943d835bdad26800a103426b0eda (patch)
treed31f5d18125a459a3603d0306c5dc519e391ad03 /include
parentedc79fc99e1efec04c2a0a7f652269364981e6aa (diff)
Remove QNX support
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5756)
Diffstat (limited to 'include')
-rw-r--r--include/internal/sockets.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/sockets.h b/include/internal/sockets.h
index 031156b960..a6026dad08 100644
--- a/include/internal/sockets.h
+++ b/include/internal/sockets.h
@@ -93,10 +93,6 @@ struct servent *PASCAL getservbyname(const char *, const char *);
# include <sys/select.h>
# endif
-# ifdef __QNX__
-# include <sys/select.h>
-# endif
-
# ifndef VMS
# include <sys/ioctl.h>
# else