mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Fix compilation of select module on Solaris.
This commit is contained in:
parent
50f6e71fed
commit
069d65c35a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user