aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/unistd_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r--include/litmus/unistd_64.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h
index 51e730124dde..75f9fcb897f5 100644
--- a/include/litmus/unistd_64.h
+++ b/include/litmus/unistd_64.h
@@ -37,4 +37,7 @@ __SYSCALL(__NR_litmus_dgl_unlock, sys_litmus_dgl_unlock)
37#define __NR_set_aux_tasks __LSC(14) 37#define __NR_set_aux_tasks __LSC(14)
38__SYSCALL(__NR_set_aux_tasks, sys_set_aux_tasks) 38__SYSCALL(__NR_set_aux_tasks, sys_set_aux_tasks)
39 39
40#define NR_litmus_syscalls 15 40#define __NR_sched_trace_event __LSC(15)
41__SYSCALL(__NR_sched_trace_event, sys_sched_trace_event)
42
43#define NR_litmus_syscalls 16