aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscalls.c')
-rw-r--r--src/syscalls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syscalls.c b/src/syscalls.c
index 5885512..c68f15b 100644
--- a/src/syscalls.c
+++ b/src/syscalls.c
@@ -10,7 +10,6 @@
10 10
11#include "litmus.h" 11#include "litmus.h"
12 12
13#if 0
14/* Syscall stub for setting RT mode and scheduling options */ 13/* Syscall stub for setting RT mode and scheduling options */
15 14
16pid_t gettid(void) 15pid_t gettid(void)
@@ -87,4 +86,3 @@ int null_call(cycles_t *timestamp)
87{ 86{
88 return syscall(__NR_null_call, timestamp); 87 return syscall(__NR_null_call, timestamp);
89} 88}
90#endif