Explorar o código

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

patch by Jörg Krause.
Rich Felker %!s(int64=7) %!d(string=hai) anos
pai
achega
48be5b6313
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      include/sched.h

+ 1 - 0
include/sched.h

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