summaryrefslogtreecommitdiffstats
path: root/sys/posix4/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/posix4/sched.h')
-rw-r--r--sys/posix4/sched.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h
index bdfc49b..6ac2c8c 100644
--- a/sys/posix4/sched.h
+++ b/sys/posix4/sched.h
@@ -59,16 +59,16 @@ struct sched_param
#include <sys/cdefs.h>
__BEGIN_DECLS
-int sched_setparam __P((pid_t, const struct sched_param *));
-int sched_getparam __P((pid_t, struct sched_param *));
+int sched_setparam(pid_t, const struct sched_param *);
+int sched_getparam(pid_t, struct sched_param *);
-int sched_setscheduler __P((pid_t, int, const struct sched_param *));
-int sched_getscheduler __P((pid_t));
+int sched_setscheduler(pid_t, int, const struct sched_param *);
+int sched_getscheduler(pid_t);
-int sched_yield __P((void));
-int sched_get_priority_max __P((int));
-int sched_get_priority_min __P((int));
-int sched_rr_get_interval __P((pid_t, struct timespec *));
+int sched_yield(void);
+int sched_get_priority_max(int);
+int sched_get_priority_min(int);
+int sched_rr_get_interval(pid_t, struct timespec *);
__END_DECLS
#endif
OpenPOWER on IntegriCloud