]> rtime.felk.cvut.cz Git - sojka/libev.git/blobdiff - ev.c
*** empty log message ***
[sojka/libev.git] / ev.c
diff --git a/ev.c b/ev.c
index 3aef482e204133d56cbba456facbe5aac26bd4a0..833b230004cbc0921fdcf3797eab2b4fa450f5df 100644 (file)
--- 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);