4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 15:33:32 +08:00

从LWIP移除ESHUTDOWN

This commit is contained in:
Meco Man 2021-05-22 12:04:30 +08:00
parent b10bef6f24
commit 9352fdeba7
3 changed files with 0 additions and 9 deletions

View File

@ -62,9 +62,6 @@ typedef uintptr_t mem_ptr_t;
180 here because the number "108" which is used
in arch.h has been assigned to another error code. */
#endif
#ifndef ESHUTDOWN
#define ESHUTDOWN 180
#endif
#if defined(RT_USING_LIBC) || defined(RT_LIBC_USING_TIME) || (defined( __GNUC__ ) && !defined(__ARMCC_VERSION))
#include <sys/time.h>

View File

@ -53,9 +53,6 @@
180 here because the number "108" which is used
in arch.h has been assigned to another error code. */
#endif
#ifndef ESHUTDOWN
#define ESHUTDOWN 180
#endif
#if defined(RT_USING_LIBC) || defined(RT_LIBC_USING_TIME) || (defined( __GNUC__ ) && !defined(__ARMCC_VERSION))
#include <sys/time.h>

View File

@ -53,9 +53,6 @@
180 here because the number "108" which is used
in arch.h has been assigned to another error code. */
#endif
#ifndef ESHUTDOWN
#define ESHUTDOWN 180
#endif
#if defined(RT_USING_LIBC) || defined(RT_LIBC_USING_TIME) || (defined( __GNUC__ ) && !defined(__ARMCC_VERSION))
#include <sys/time.h>