diff options
author | hermanjl <hermanjl@flare.cs.unc.edu> | 2012-05-03 11:01:06 -0400 |
---|---|---|
committer | hermanjl <hermanjl@flare.cs.unc.edu> | 2012-05-03 11:01:06 -0400 |
commit | c9907525881feba86bbdcd14ee641d1350219780 (patch) | |
tree | f0647a677d5605f1c54fee15f499d00afd479a1f /src/syscalls.c | |
parent | 12c275394c0b2fa978a5128d4b6dc7b1eb17a2bb (diff) |
Reactivated syscallswip-color-terrible
Diffstat (limited to 'src/syscalls.c')
-rw-r--r-- | src/syscalls.c | 2 |
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 | ||
16 | pid_t gettid(void) | 15 | pid_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 | ||