diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:16:42 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:16:42 -0400 |
| commit | 2ecaa462efc710ae8f55af9dd5371b4d67bfd620 (patch) | |
| tree | dc25beae0ffc4a0e41084d3ade3e80a5d434e128 /include | |
| parent | 1cea952a55ff91028b4e7f89be26efd3a2cbe04b (diff) | |
Use _GNU_SOURCE for all files. Fix wrong prototypes.
Diffstat (limited to 'include')
| -rw-r--r-- | include/internal.h | 3 |
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 | |||
| 24 | int sched_setscheduler(pid_t pid, int policy, int* prioriy); | ||
| 25 | int sched_getscheduler(pid_t pid); | ||
