mirror of
https://github.com/fluencelabs/musl
synced 2025-06-17 08:51:44 +00:00
fix alloca issue in stdlib.h too
I forgot _GNU_SOURCE also has it declared here...
This commit is contained in:
@ -128,7 +128,7 @@ void lcong48 (unsigned short [7]);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_GNU_SOURCE)
|
#if defined(_GNU_SOURCE)
|
||||||
void *alloca(size_t);
|
#include <alloca.h>
|
||||||
char *mktemp (char *);
|
char *mktemp (char *);
|
||||||
void *valloc (size_t);
|
void *valloc (size_t);
|
||||||
void *memalign(size_t, size_t);
|
void *memalign(size_t, size_t);
|
||||||
|
Reference in New Issue
Block a user