Fix compilation of select module on Solaris.

This commit is contained in:
Richard Oudkerk 2013-08-22 13:04:23 +01:00
parent 50f6e71fed
commit 069d65c35a
1 changed files with 1 additions and 1 deletions

View File

@ -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) {