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
2 years ago
parent
cf5975ab24
commit
990f601ce2
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
@ -2477,7 +2477,7 @@ evpipe_write (EV_P_ EV_ATOMIC_T *flag)
#
ifdef _WIN32
WSABUF
buf
;
DWORD
sent
;
buf
.
buf
=
&
buf
;
buf
.
buf
=
(
char
*
)
&
buf
;
buf
.
len
=
1
;
WSASend
(
EV_FD_TO_WIN32_HANDLE
(
evpipe
[
1
]
)
,
&
buf
,
1
,
&
sent
,
0
,
0
,
0
)
;
#
else
Write
Preview
Loading…
Cancel
Save