urcu-defer: remove dependency on linux/futex.h
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 23 Sep 2009 23:21:56 +0000 (19:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 23 Sep 2009 23:21:56 +0000 (19:21 -0400)
commit80cca311d95272754494253f5b18d597bb945cfc
tree1f2236833a2471154f73ccf116ccab7cab166d68
parent834a45ba9dc8fcb5c6c51e81674bd2db3bdc2df0
urcu-defer: remove dependency on linux/futex.h

> cc -fPIC -Wall -I. -O2 -g -lpthread -c -o urcu-defer.o `echo urcu-defer.c urcu-defer.h | sed 's/[^ ]*\.h//g'`
> In file included from urcu-defer.c:31:
> /usr/include/linux/futex.h:96: error: expected ‘)’ before ‘*’ token
> /usr/include/linux/futex.h:100: error: expected ‘)’ before ‘*’ token

Seems broken on ppc. Just for two defines, it's not worth depending on it.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu-defer.c
This page took 0.024635 seconds and 4 git commands to generate.