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
avoid c99ism
master
Marc Alexander Lehmann
8 years ago
parent
0feb0581f3
commit
d8bb9c8c7a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
ev.c
+ 2
- 1
ev.c
View File
@ -2241,8 +2241,9 @@ void
ev_feed_signal
(
int
signum
)
EV_THROW
{
#
if EV_MULTIPLICITY
EV_P
;
ECB_MEMORY_FENCE_ACQUIRE
;
EV_
P
=
signals
[
signum
-
1
]
.
loop
;
EV_
A
=
signals
[
signum
-
1
]
.
loop
;
if
(
!
EV_A
)
return
;
Write
Preview
Loading…
Cancel
Save