summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/mutex-posix.c1
-rw-r--r--src/pulsecore/refcnt.h1
-rw-r--r--src/pulsecore/thread-posix.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/pulsecore/mutex-posix.c b/src/pulsecore/mutex-posix.c
index 08baa386..6f0e7336 100644
--- a/src/pulsecore/mutex-posix.c
+++ b/src/pulsecore/mutex-posix.c
@@ -26,7 +26,6 @@
#include <assert.h>
#include <pthread.h>
-#define AO_REQUIRE_CAS
#include <atomic_ops.h>
#include <pulse/xmalloc.h>
diff --git a/src/pulsecore/refcnt.h b/src/pulsecore/refcnt.h
index ff0a9923..fade9aa4 100644
--- a/src/pulsecore/refcnt.h
+++ b/src/pulsecore/refcnt.h
@@ -22,7 +22,6 @@
USA.
***/
-#define AO_REQUIRE_CAS
#include <atomic_ops.h>
#define PA_REFCNT_DECLARE volatile AO_t _ref
diff --git a/src/pulsecore/thread-posix.c b/src/pulsecore/thread-posix.c
index b634a6f6..6ca46d70 100644
--- a/src/pulsecore/thread-posix.c
+++ b/src/pulsecore/thread-posix.c
@@ -26,7 +26,6 @@
#include <assert.h>
#include <pthread.h>
-#define AO_REQUIRE_CAS
#include <atomic_ops.h>
#include <pulse/xmalloc.h>