aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscalls.c
diff options
context:
space:
mode:
authorhermanjl <hermanjl@flare.cs.unc.edu>2012-05-03 11:01:06 -0400
committerhermanjl <hermanjl@flare.cs.unc.edu>2012-05-03 11:01:06 -0400
commitc9907525881feba86bbdcd14ee641d1350219780 (patch)
treef0647a677d5605f1c54fee15f499d00afd479a1f /src/syscalls.c
parent12c275394c0b2fa978a5128d4b6dc7b1eb17a2bb (diff)
Reactivated syscallswip-color-terrible
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