aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:16:42 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:16:42 -0400
commit2ecaa462efc710ae8f55af9dd5371b4d67bfd620 (patch)
treedc25beae0ffc4a0e41084d3ade3e80a5d434e128 /include/internal.h
parent1cea952a55ff91028b4e7f89be26efd3a2cbe04b (diff)
Use _GNU_SOURCE for all files. Fix wrong prototypes.
Diffstat (limited to 'include/internal.h')
-rw-r--r--include/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/internal.h b/include/internal.h
index 761c434..fc88ef5 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -20,6 +20,3 @@ int __launch_rt_task(rt_fn_t rt_prog, void *rt_arg,
20 20
21#endif 21#endif
22 22
23
24int sched_setscheduler(pid_t pid, int policy, int* prioriy);
25int sched_getscheduler(pid_t pid);