Commit db5682a7 authored by Richard Oudkerk's avatar Richard Oudkerk

Fix compilation of select module on Solaris.

parent 246cf70d
......@@ -1023,7 +1023,7 @@ newDevPollObject(void)
}
static int
devpoll_internal_close(pyEpoll_Object *self)
devpoll_internal_close(devpollObject *self)
{
int save_errno = 0;
if (self->fd_devpoll >= 0) {
......
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