forked from wolfSSL/wolfssl
fixed errno with errno.h
This commit is contained in:
5
src/io.c
5
src/io.c
@ -64,15 +64,12 @@
|
|||||||
#elif defined(WOLFSSL_MDK_ARM) || defined(WOLFSSL_KEIL_TCP_NET)
|
#elif defined(WOLFSSL_MDK_ARM) || defined(WOLFSSL_KEIL_TCP_NET)
|
||||||
#if defined(WOLFSSL_MDK5) || defined(WOLFSSL_KEIL_TCP_NET)
|
#if defined(WOLFSSL_MDK5) || defined(WOLFSSL_KEIL_TCP_NET)
|
||||||
#include "cmsis_os.h"
|
#include "cmsis_os.h"
|
||||||
#include "rl_net.h"
|
|
||||||
#else
|
#else
|
||||||
#include <rtl.h>
|
#include <rtl.h>
|
||||||
#endif
|
#endif
|
||||||
static int errno;
|
#include "errno.h"
|
||||||
#define SOCKET_T int
|
#define SOCKET_T int
|
||||||
#include "rl_net.h"
|
#include "rl_net.h"
|
||||||
/* for avoiding name conflict in "stm32f2xx.h" */
|
|
||||||
static int errno;
|
|
||||||
#elif defined(WOLFSSL_TIRTOS)
|
#elif defined(WOLFSSL_TIRTOS)
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#elif defined(FREERTOS_TCP)
|
#elif defined(FREERTOS_TCP)
|
||||||
|
Reference in New Issue
Block a user