commit | 069d65c35abc8c014245425ed75b01e1aa6a3b77 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Thu Aug 22 13:04:23 2013 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Thu Aug 22 13:04:23 2013 +0100 |
tree | 5af45e2bd03e88db0f8d46ff96e54b3af6da045e | |
parent | 50f6e71fed55ad29bdacca4575391f15f76c950f [diff] [blame] |
Fix compilation of select module on Solaris.
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 865725d..17d7364 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c
@@ -1023,7 +1023,7 @@ } static int -devpoll_internal_close(pyEpoll_Object *self) +devpoll_internal_close(devpollObject *self) { int save_errno = 0; if (self->fd_devpoll >= 0) {