提交 d4045a16 编写于 作者: R Rich Felker

declare alloca in stdlib.h when _GNU_SOURCE is defined

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