mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
Fix compilation of select module on Solaris.
This commit is contained in:
parent
50f6e71fed
commit
069d65c35a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue