diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-25 15:35:23 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-11-24 14:48:23 -0500 |
commit | ecf0549adc8b86c9daeee9eb4cd186fdec2aa21b (patch) | |
tree | d68397233c13232628b13ee0243d218c67e4d8ba /src | |
parent | d691d4545dc0594bc4bf13c4c07eeeaf73c3b232 (diff) |
update headers
we need uint64_t in litmus.h
Diffstat (limited to 'src')
-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 d800141..c68f15b 100644 --- a/src/syscalls.c +++ b/src/syscalls.c | |||
@@ -8,8 +8,6 @@ | |||
8 | /* for syscall() */ | 8 | /* for syscall() */ |
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | 10 | ||
11 | //#include <sys/types.h> | ||
12 | |||
13 | #include "litmus.h" | 11 | #include "litmus.h" |
14 | 12 | ||
15 | /* Syscall stub for setting RT mode and scheduling options */ | 13 | /* Syscall stub for setting RT mode and scheduling options */ |