summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 3aef482..833b230 100644
--- a/ev.c
+++ b/ev.c
@@ -2061,7 +2061,7 @@ ev_feed_signal_event (EV_P_ int signum) EV_THROW
#endif
signals [signum].pending = 0;
- MEMORY_FENCE_RELEASE;
+ ECB_MEMORY_FENCE_RELEASE;
for (w = signals [signum].head; w; w = w->next)
ev_feed_event (EV_A_ (W)w, EV_SIGNAL);