X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fprocess%2Fposix_spawnattr_sched.c;h=3143635bacc4f43b356affbf2a401e673bc7a1e4;hb=062f40ef3e56021f4a9902095867e35cce6d99c4;hp=e2ba0d19dc4e83f826b1b601a5a6fd8af3fba8fb;hpb=c6d441e3a246370d9c459396ec22b096db93850e;p=musl diff --git a/src/process/posix_spawnattr_sched.c b/src/process/posix_spawnattr_sched.c index e2ba0d19..3143635b 100644 --- a/src/process/posix_spawnattr_sched.c +++ b/src/process/posix_spawnattr_sched.c @@ -14,12 +14,12 @@ int posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, return ENOSYS; } -int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *policy) +int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) { return ENOSYS; } -int posix_spawnattr_setschedpolicy(posix_spawnattr_t *restrict attr, int policy) +int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) { return ENOSYS; }