Revision d3fa9230 aio-win32.c

b/aio-win32.c
161 161

  
162 162
    ctx->walking_handlers--;
163 163

  
164
    /* early return if we only have the aio_notify() fd */
165
    if (count == 1) {
166
        return progress;
167
    }
168

  
169 164
    /* wait until next event */
170 165
    while (count > 0) {
171 166
        int ret;

Also available in: Unified diff