aboutsummaryrefslogtreecommitdiffstats
path: root/common/atomic.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-08-01 02:04:40 -0700
committerChris Robinson <[email protected]>2014-08-01 02:04:40 -0700
commit87423f046e378ec5c126cacb808dbc600481dcbd (patch)
tree2d735f719149dd2b00e9bebc45078cbde5907f84 /common/atomic.c
parent15a58eb38375247b6c57a7ceab5aa74895d638cd (diff)
Use atomics for the device and context list heads
Diffstat (limited to 'common/atomic.c')
-rw-r--r--common/atomic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/atomic.c b/common/atomic.c
index d78fc60d..3cdb77f4 100644
--- a/common/atomic.c
+++ b/common/atomic.c
@@ -11,4 +11,3 @@ extern inline uint DecrementRef(RefCount *ptr);
extern inline int ExchangeInt(volatile int *ptr, int newval);
extern inline void *ExchangePtr(XchgPtr *ptr, void *newval);
-extern inline void *CompExchangePtr(XchgPtr *ptr, void *oldval, void *newval);