fix alloca issue in stdlib.h too

I forgot _GNU_SOURCE also has it declared here...
This commit is contained in:
Rich Felker 2012-04-09 16:22:05 -04:00
parent d71d0805f9
commit 3be616c1df
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void lcong48 (unsigned short [7]);
#endif
#if defined(_GNU_SOURCE)
void *alloca(size_t);
#include <alloca.h>
char *mktemp (char *);
void *valloc (size_t);
void *memalign(size_t, size_t);