projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98aa05
)
add header files
author
bdemsky
<bdemsky>
Wed, 17 Nov 2010 07:31:18 +0000
(07:31 +0000)
committer
bdemsky
<bdemsky>
Wed, 17 Nov 2010 07:31:18 +0000
(07:31 +0000)
Robust/src/Runtime/affinity.h
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/affinity.h
b/Robust/src/Runtime/affinity.h
index 1834d7b4abbf38f7a2e038ddece388c746a64e29..cf96be8829bfda869a24885458f21c61a7044d27 100644
(file)
--- a/
Robust/src/Runtime/affinity.h
+++ b/
Robust/src/Runtime/affinity.h
@@
-1,5
+1,8
@@
#ifndef AFFINITY_H
#define AFFINITY_H
+#include <sys/syscall.h>
+#include <sched.h>
+#include <errno.h>
static void set_affinity(unsigned long cpu) {
int err;