summaryrefslogtreecommitdiff
path: root/src/sched/struct_sched_param.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
commitbafccb2f57ac1a1852be2d6aafe33cf02d1630c1 (patch)
treea6164b42b37b941cb64bbc3db8af7a1daf381ace /src/sched/struct_sched_param.h
parent910a86c095b6d7311d73fa88a632aa9b673243b2 (diff)
update dependencies
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)
-*/