Hi, there,

sched.h in musl should not contains the prototype declarations of "memcpy/memcmp/calloc/free" func.

memcpy/memcmp already in string.h
calloc/free already in stdlib.h

Any reason they should exist in sched.h?