mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 17:58:11 +08:00
Fix freertos-tcp build
This commit is contained in:
parent
d266f822ca
commit
2536865c4d
@ -258,6 +258,7 @@ static inline void *mg_calloc(int cnt, size_t size) {
|
|||||||
#define closesocket(x) FreeRTOS_closesocket(x)
|
#define closesocket(x) FreeRTOS_closesocket(x)
|
||||||
#define gethostbyname(x) FreeRTOS_gethostbyname(x)
|
#define gethostbyname(x) FreeRTOS_gethostbyname(x)
|
||||||
#define getsockname(a, b, c) (-1)
|
#define getsockname(a, b, c) (-1)
|
||||||
|
#define getpeername(a, b, c) 0
|
||||||
|
|
||||||
// Re-route calloc/free to the FreeRTOS's functions, don't use stdlib
|
// Re-route calloc/free to the FreeRTOS's functions, don't use stdlib
|
||||||
static inline void *mg_calloc(int cnt, size_t size) {
|
static inline void *mg_calloc(int cnt, size_t size) {
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
#define closesocket(x) FreeRTOS_closesocket(x)
|
#define closesocket(x) FreeRTOS_closesocket(x)
|
||||||
#define gethostbyname(x) FreeRTOS_gethostbyname(x)
|
#define gethostbyname(x) FreeRTOS_gethostbyname(x)
|
||||||
#define getsockname(a, b, c) (-1)
|
#define getsockname(a, b, c) (-1)
|
||||||
|
#define getpeername(a, b, c) 0
|
||||||
|
|
||||||
// Re-route calloc/free to the FreeRTOS's functions, don't use stdlib
|
// Re-route calloc/free to the FreeRTOS's functions, don't use stdlib
|
||||||
static inline void *mg_calloc(int cnt, size_t size) {
|
static inline void *mg_calloc(int cnt, size_t size) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user