Skip to content

Commit fc5c6bf

Browse files
d-a-vhasenradball
authored andcommitted
Fix lwip2 ping (esp8266#8596)
fixes esp8266#8555 related to dancol90/ESP8266Ping#42
1 parent 6c70252 commit fc5c6bf

9 files changed

+3
-3
lines changed

tools/sdk/lib/liblwip2-1460-feat.a

64 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-1460.a

16 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-536-feat.a

64 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-536.a

16 Bytes
Binary file not shown.

tools/sdk/lib/liblwip6-1460-feat.a

68 Bytes
Binary file not shown.

tools/sdk/lib/liblwip6-536-feat.a

68 Bytes
Binary file not shown.

tools/sdk/lwip2/builder

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-61-g679577b"
4+
#define LWIP_HASH_STR "STABLE-2_1_3_RELEASE/glue:1.2-63-gb5def38"
55
#endif // LWIP_HASH_H

tools/sdk/lwip2/include/lwip/arch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ typedef uintptr_t mem_ptr_t;
190190
* sys/types or unistd.h are available).
191191
* Being like that, we define it to 'int' if SSIZE_MAX is not defined.
192192
*/
193-
#if !defined(SSIZE_MAX) || !defined(_SSIZE_T_DECLARED)
193+
#ifdef SSIZE_MAX
194194
/* If SSIZE_MAX is defined, unistd.h should provide the type as well */
195195
#ifndef LWIP_NO_UNISTD_H
196196
#define LWIP_NO_UNISTD_H 0

0 commit comments

Comments
 (0)