Julien Voisin
6ce663a8bd
Fix -Wimplicit-function-declaration error with gcc 14.
```
malloc_info.c: In function 'leak_memory':
malloc_info.c:12:12: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
12 | (void)!malloc(1024 * 1024 * 1024);
| ^~~~~~
malloc_info.c:10:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
9 | #include "../util.h"
+++ |+#include <stdlib.h>
10 |
malloc_info.c:12:12: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
12 | (void)!malloc(1024 * 1024 * 1024);
| ^~~~~~
```
Taken from https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/72971/
Co-authored-by: @mio
2024-10-03 23:44:15 -04:00
..
2022-01-21 15:00:18 -05:00
2023-09-27 19:19:19 -04:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-02-07 07:14:51 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-02-07 07:14:51 -05:00
2022-02-07 07:14:51 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2020-06-17 20:08:46 -04:00
2023-09-27 19:19:19 -04:00
2023-06-10 14:04:46 -04:00
2022-02-07 07:14:51 -05:00
2024-10-03 23:44:15 -04:00
2022-02-07 07:14:51 -05:00
2022-02-07 07:14:51 -05:00
2020-06-17 16:27:59 -04:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2023-09-27 19:19:19 -04:00
2022-01-21 15:00:18 -05:00
2023-09-27 19:19:19 -04:00
2020-06-17 20:08:46 -04:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-01-21 15:00:18 -05:00
2022-02-07 07:14:51 -05:00
2022-02-07 07:14:51 -05:00
2022-02-07 07:14:51 -05:00
2022-02-07 07:14:51 -05:00