mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:07:19 +03:00
vxworks: drop support
No changes or fixes in vxworks related code since 2009 leads me to believe that this doesn't work anymore. Closes #8362
This commit is contained in:
parent
0d370ecbfe
commit
1bf3643f7b
7 changed files with 5 additions and 1044 deletions
|
|
@ -73,8 +73,7 @@
|
|||
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
|
||||
defined(__CYGWIN__) || defined(AMIGA) || defined(__NuttX__) || \
|
||||
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \
|
||||
(defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000)) || \
|
||||
defined(__VXWORKS__)
|
||||
(defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000))
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
|
@ -82,7 +81,7 @@
|
|||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#if !defined(CURL_WIN32) && !defined(__VXWORKS__)
|
||||
#if !defined(CURL_WIN32)
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue