mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
This commit is contained in:
parent
140eb22cf0
commit
5715469d26
@ -45,6 +45,9 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2011-09-24: Simon Goldschmidt
|
||||||
|
* mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
|
||||||
|
|
||||||
2011-09-23: Simon Goldschmidt
|
2011-09-23: Simon Goldschmidt
|
||||||
* pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
|
* pbuf.h, tcp.c, tcp_in.c: fixed bug #33871: rejecting TCP_EVENT_RECV() for
|
||||||
the last packet including FIN can lose data
|
the last packet including FIN can lose data
|
||||||
|
@ -43,6 +43,7 @@ extern "C" {
|
|||||||
#include <stddef.h> /* for size_t */
|
#include <stddef.h> /* for size_t */
|
||||||
|
|
||||||
typedef size_t mem_size_t;
|
typedef size_t mem_size_t;
|
||||||
|
#define MEM_SIZE_F SZT_F
|
||||||
|
|
||||||
/* aliases for C library malloc() */
|
/* aliases for C library malloc() */
|
||||||
#define mem_init()
|
#define mem_init()
|
||||||
|
Loading…
Reference in New Issue
Block a user