summaryrefslogtreecommitdiffstats
path: root/src/pulse/fork-detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/fork-detect.c')
-rw-r--r--src/pulse/fork-detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/fork-detect.c b/src/pulse/fork-detect.c
index f10fc029..a4e0dd16 100644
--- a/src/pulse/fork-detect.c
+++ b/src/pulse/fork-detect.c
@@ -39,7 +39,7 @@ int pa_detect_fork(void) {
* however have to deal with this cleanly, so we try to detect the
* forks making sure all our calls fail cleanly after the fork. */
- pa_assert(sizeof(pa_atomic_t) >= sizeof(pid_t));
+ pa_assert_cc(sizeof(pa_atomic_t) >= sizeof(pid_t));
for (;;) {
pid_t stored_pid = (pid_t) pa_atomic_load(&pid);