diff options
author | Rich Salz <rsalz@openssl.org> | 2018-03-26 20:10:57 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-03-26 20:10:57 +0200 |
commit | faec5c4a8aa3943d835bdad26800a103426b0eda (patch) | |
tree | d31f5d18125a459a3603d0306c5dc519e391ad03 /include/internal | |
parent | Configurations/README: mention Libs.private in ex_libs description. (diff) | |
download | openssl-faec5c4a8aa3943d835bdad26800a103426b0eda.tar.xz openssl-faec5c4a8aa3943d835bdad26800a103426b0eda.zip |
Remove QNX support
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5756)
Diffstat (limited to 'include/internal')
-rw-r--r-- | include/internal/sockets.h | 4 |
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 |