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
1 year ago
parent
4a3c91ba2e
commit
84049fbaee
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
@ -2473,7 +2473,7 @@ void
fd_change
(
EV_P_
int
fd
,
int
flags
)
{
unsigned
char
reify
=
anfds
[
fd
]
.
reify
;
anfds
[
fd
]
.
reify
|
=
flags
;
anfds
[
fd
]
.
reify
=
reify
|
flags
;
if
(
ecb_expect_true
(
!
reify
)
)
{
Write
Preview
Loading…
Cancel
Save