X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fspawn.h;h=29c799ee91c62dbca270eb79709b52f3979c9ee4;hp=92b77f79c47fb5272fa2931ace58bec0162538fe;hb=1ab59de81e94e7802f85d314a709f8350a0e9b65;hpb=c6d441e3a246370d9c459396ec22b096db93850e diff --git a/include/spawn.h b/include/spawn.h index 92b77f79..29c799ee 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -57,8 +57,8 @@ int posix_spawnattr_getsigdefault(const posix_spawnattr_t *__restrict, sigset_t int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict); int posix_spawnattr_getschedparam(const posix_spawnattr_t *__restrict, struct sched_param *__restrict); -int posix_spawnattr_setschedpolicy(posix_spawnattr_t *__restrict, int); -int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict, int *); +int posix_spawnattr_setschedpolicy(posix_spawnattr_t *, int); +int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *__restrict, int *__restrict); int posix_spawn_file_actions_init(posix_spawn_file_actions_t *); int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);