From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/sched/struct_sched_param.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/sched/struct_sched_param.c (limited to 'src/sched/struct_sched_param.c') diff --git a/src/sched/struct_sched_param.c b/src/sched/struct_sched_param.c deleted file mode 100644 index 1ef5bf55..00000000 --- a/src/sched/struct_sched_param.c +++ /dev/null @@ -1,15 +0,0 @@ -#include - -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) -*/ -- cgit v1.2.1