Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/auparse/auparse.h 2+++ b/auparse/auparse.h 3@@ -32,6 +32,9 @@ 4 # define __attr_dealloc(dealloc, argno) 5 # define __attr_dealloc_free 6 #endif 7+#ifndef __attribute_malloc__ 8+# define __attribute_malloc__ __attribute__ ((__malloc__)) 9+#endif 10 11 #ifdef __cplusplus 12 extern "C" {