Commit 67ed0c3a authored by Jason Madden's avatar Jason Madden

use standard errno

parent 7a24cc11
......@@ -27,6 +27,7 @@ from cpython.ref cimport Py_INCREF
from cpython.ref cimport Py_DECREF
from cpython.mem cimport PyMem_Malloc
from cpython.mem cimport PyMem_Free
from libc.errno cimport errno
cdef extern from "Python.h":
int Py_ReprEnter(object)
......@@ -73,9 +74,6 @@ cdef extern from "callbacks.h":
void gevent_call(loop, callback)
void gevent_noop(libev.ev_loop, void*, int)
cdef extern from *:
int errno
cdef extern from "stathelper.c":
object _pystat_fromstructstat(void*)
......
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