summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/include/sched.h3
-rw-r--r--lib/libpthread/include/sched.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/include/sched.h b/lib/libc_r/include/sched.h
index 46f8e9703d8..d41663680fc 100644
--- a/lib/libc_r/include/sched.h
+++ b/lib/libc_r/include/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.3 1999/11/25 07:01:29 d Exp $ */
+/* $OpenBSD: sched.h,v 1.4 2000/06/27 19:53:55 art Exp $ */
#ifndef _SCHED_H_
#define _SCHED_H_
@@ -68,6 +68,7 @@ int sched_getscheduler __P((pid_t));
int sched_yield __P((void));
int sched_get_priority_max __P((int));
int sched_get_priority_min __P((int));
+struct timespec;
int sched_rr_get_interval __P((pid_t, struct timespec *));
__END_DECLS
diff --git a/lib/libpthread/include/sched.h b/lib/libpthread/include/sched.h
index 46f8e9703d8..d41663680fc 100644
--- a/lib/libpthread/include/sched.h
+++ b/lib/libpthread/include/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.3 1999/11/25 07:01:29 d Exp $ */
+/* $OpenBSD: sched.h,v 1.4 2000/06/27 19:53:55 art Exp $ */
#ifndef _SCHED_H_
#define _SCHED_H_
@@ -68,6 +68,7 @@ int sched_getscheduler __P((pid_t));
int sched_yield __P((void));
int sched_get_priority_max __P((int));
int sched_get_priority_min __P((int));
+struct timespec;
int sched_rr_get_interval __P((pid_t, struct timespec *));
__END_DECLS