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

View file

@ -1023,7 +1023,7 @@ newDevPollObject(void)
} }
static int static int
devpoll_internal_close(pyEpoll_Object *self) devpoll_internal_close(devpollObject *self)
{ {
int save_errno = 0; int save_errno = 0;
if (self->fd_devpoll >= 0) { if (self->fd_devpoll >= 0) {