forked from pool/gcc12
e3bab73c15
New gcc12 package submission. OBS-URL: https://build.opensuse.org/request/show/946019 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=1
11 lines
290 B
Diff
11 lines
290 B
Diff
--- newlib/libc/stdlib/aligned_alloc.c.orig 2021-06-10 12:01:10.692582985 +0200
|
|
+++ newlib/libc/stdlib/aligned_alloc.c 2021-06-10 12:01:20.960708060 +0200
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <reent.h>
|
|
#include <stdlib.h>
|
|
+#include <malloc.h>
|
|
|
|
void *
|
|
aligned_alloc (size_t align, size_t size)
|