提交 3be616c1 编写于 作者: R Rich Felker

fix alloca issue in stdlib.h too

I forgot _GNU_SOURCE also has it declared here...
上级 d71d0805
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册