mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 04:41:24 +00:00
declare alloca in stdlib.h when _GNU_SOURCE is defined
This commit is contained in:
parent
8fe5fa56ee
commit
d4045a1683
@ -128,6 +128,7 @@ void lcong48 (unsigned short [7]);
|
||||
#endif
|
||||
|
||||
#if defined(_GNU_SOURCE)
|
||||
void *alloca(size_t);
|
||||
char *mktemp (char *);
|
||||
void *valloc (size_t);
|
||||
void *memalign(size_t, size_t);
|
||||
|
Loading…
Reference in New Issue
Block a user