aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2015-12-17 11:25:36 -0500
committerBjoern Brandenburg <bbb@mpi-sws.org>2016-03-08 09:21:31 -0500
commitb4a0eda68638100b06b4cfc875775568208cd15d (patch)
treee0551ce1e8218e95de25cd9bd499c70971918fed
parente2a78015a8ea4648a543d475fcfd3438b2c50dac (diff)
Pick non-zero syscall ID start range
To avoid interfering with Linux's magic reserved IOCTL numbers
-rw-r--r--include/litmus/ctrlpage.h2
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
63typedef enum { 63typedef 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,