summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2012-05-29 21:03:44 +0000
committerroot <root>2012-05-29 21:03:44 +0000
commit3fdebd865349f6e703930ba261015c55c4509f3a (patch)
treeabcd28f5fc03bea281e4c5e90be2df47e4d44b05
parent4cdd980e4f9b01259b95c39340190544968b0389 (diff)
*** empty log message ***
-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);