- For #1262, ifdef is no longer needed.

This commit is contained in:
Yorgos Thessalonikefs 2025-04-02 11:53:50 +02:00
parent fcdb0bbf91
commit 8b38fe5ab6
2 changed files with 1 additions and 4 deletions

View file

@ -5,12 +5,8 @@
#undef malloc
#include <sys/types.h>
#ifndef USE_WINSOCK
void *malloc (size_t n);
#else
/* provide a prototype */
void *malloc (size_t n);
#endif
/* Allocate an N-byte block of memory from the heap.
If N is zero, allocate a 1-byte block. */

View file

@ -1,6 +1,7 @@
2 April 2025: Yorgos
- Merge #1262 from markyang92, fix build with
'gcc-15 -Wbuiltin-declaration-mismatch' error in compat/malloc.c.
- For #1262, ifdef is no longer needed.
1 April 2025: Wouter
- Fix escape more characters when printing an RR type with an unquoted