提交 48be5b63 编写于 作者: R Rich Felker

fix use of memset without declaration in sched.h cpu set macros

patch by Jörg Krause.
上级 c10bc615
......@@ -72,6 +72,7 @@ int setns(int, int);
void *memcpy(void *__restrict, const void *__restrict, size_t);
int memcmp(const void *, const void *, size_t);
void *memset (void *, int, size_t);
void *calloc(size_t, size_t);
void free(void *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册