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

patch by Jörg Krause.
This commit is contained in:
Rich Felker 2017-09-28 12:57:06 -04:00
parent c10bc61508
commit 48be5b6313
1 changed files with 1 additions and 0 deletions

View File

@ -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 *);