aboutsummaryrefslogtreecommitdiff
path: root/bits/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/sched.h')
-rw-r--r--bits/sched.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/bits/sched.h b/bits/sched.h
index 8d9f077..bdd94c9 100644
--- a/bits/sched.h
+++ b/bits/sched.h
@@ -29,10 +29,6 @@
#define SCHED_FIFO 1
#define SCHED_RR 2
-/* Data structure to describe a process' schedulability. */
-struct sched_param
-{
- int sched_priority;
-};
+#include <bits/types/struct_sched_param.h>
#endif /* bits/sched.h */