forked from wolfSSL/wolfssl
Replace dummy iovec with #define NO_WRITEV
This commit is contained in:
@@ -479,14 +479,7 @@
|
|||||||
#define socklen_t int
|
#define socklen_t int
|
||||||
#define IPPROTO_UDP 17
|
#define IPPROTO_UDP 17
|
||||||
#define IPPROTO_TCP 6
|
#define IPPROTO_TCP 6
|
||||||
|
#define NO_WRITEV
|
||||||
/* Libnds doesn't include sys/uio.h. */
|
|
||||||
/* Structure for scatter/gather I/O. */
|
|
||||||
struct iovec
|
|
||||||
{
|
|
||||||
void *iov_base; /* Pointer to data. */
|
|
||||||
size_t iov_len; /* Length of data. */
|
|
||||||
};
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(ARDUINO)
|
#if defined(ARDUINO)
|
||||||
|
Reference in New Issue
Block a user