diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-12-17 11:25:36 -0500 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2016-03-08 09:21:31 -0500 |
| commit | b4a0eda68638100b06b4cfc875775568208cd15d (patch) | |
| tree | e0551ce1e8218e95de25cd9bd499c70971918fed /include/litmus | |
| parent | e2a78015a8ea4648a543d475fcfd3438b2c50dac (diff) | |
Pick non-zero syscall ID start range
To avoid interfering with Linux's magic reserved IOCTL numbers
Diffstat (limited to 'include/litmus')
| -rw-r--r-- | include/litmus/ctrlpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/ctrlpage.h b/include/litmus/ctrlpage.h index d86857605ace..41ca94a36005 100644 --- a/include/litmus/ctrlpage.h +++ b/include/litmus/ctrlpage.h | |||
| @@ -61,7 +61,7 @@ struct control_page { | |||
| 61 | /* System call emulation via ioctl() */ | 61 | /* System call emulation via ioctl() */ |
| 62 | 62 | ||
| 63 | typedef enum { | 63 | typedef enum { |
| 64 | LRT_null_call, | 64 | LRT_null_call = 2006, |
| 65 | LRT_set_rt_task_param, | 65 | LRT_set_rt_task_param, |
| 66 | LRT_get_rt_task_param, | 66 | LRT_get_rt_task_param, |
| 67 | LRT_complete_job, | 67 | LRT_complete_job, |
