summaryrefslogtreecommitdiff
path: root/src/sched/struct_sched_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sched/struct_sched_param.h')
-rw-r--r--src/sched/struct_sched_param.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/sched/struct_sched_param.h b/src/sched/struct_sched_param.h
deleted file mode 100644
index 1ef5bf55..00000000
--- a/src/sched/struct_sched_param.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <sched.h>
-
-struct sched_param {
- int sched_priority;
- #if defined _POSIX_SS || defined _POSIX_TSP
- int sched_ss_low_priority;
- struct timespec sched_ss_repl_period;
- struct timespec sched_ss_init_budget;
- int sched_ss_max_repl;
- #endif
-};
-
-/*
-POSIX(199309)
-*/