On 1/4/19 3:25 PM, Eduardo A. Bustamante López wrote:
> gcc version 8.2.0 (Debian 8.2.0-13) x86_64-linux-gnu
>
> ```
> malloc.c:333:3: warning: incompatible implicit declaration of built-in
> function ‘abort’
> malloc.c:333:3: note: include ‘’ or provide a declaration of ‘abort’
Thanks, but you
gcc version 8.2.0 (Debian 8.2.0-13) x86_64-linux-gnu
```
malloc.c:333:3: warning: incompatible implicit declaration of built-in function
‘abort’
malloc.c:333:3: note: include ‘’ or provide a declaration of ‘abort’
```
---
lib/malloc/malloc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/li