#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. */
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