This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
Marc Alexander Lehmann
8 years ago
parent
5fb1e7c3cc
commit
8de962fabd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ev.c
+ 1
- 1
ev.c
View File
@ -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
)
;
Write
Preview
Loading…
Cancel
Save