Commit 41d09e7f authored by Denis Bilenko's avatar Denis Bilenko

amedment to a previous patch: rename _get_fd to _open_osfhandle

parent d22a96f1
......@@ -121,3 +121,6 @@ cdef extern from "ev.c":
void ev_ref(ev_loop*)
void ev_unref(ev_loop*)
void ev_break(ev_loop*, int)
# not from libev, but it's there to avoid collisions with gevent.core._open_osfhandle
int _open_osfhandle(int, int)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment