projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1da0c
)
Include pthread.h in urcu.h
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:05:45 +0000
(12:05 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:05:45 +0000
(12:05 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.h
patch
|
blob
|
blame
|
history
diff --git
a/urcu.h
b/urcu.h
index 7c94a776119245086fc6a5ea84cd35684e0b2d8f..a32fb94247fcfa11e4f5330d5e278821ab3a1e04 100644
(file)
--- a/
urcu.h
+++ b/
urcu.h
@@
-19,6
+19,7
@@
#define __USE_GNU
#include <stdlib.h>
+#include <pthread.h>
/* The "volatile" is due to gcc bugs */
#define barrier() __asm__ __volatile__("": : :"memory")
This page took
0.025324 seconds
and
4
git commands to generate.