Eric Pouech <[email protected]> writes:

> @@ -3011,6 +3014,7 @@ BOOL CONSOLE_Init(RTL_USER_PROCESS_PARAMETERS *params)
>              /* reply->event shouldn't be created by server */
>          }
>          SERVER_END_REQ;
> +        fcntl( 0, F_SETFL, O_NONBLOCK );

I don't think that's a good idea, the calling process may not expect
that. Also using overlapped I/O seems overkill considering that you
already have a Unix fd.

-- 
Alexandre Julliard
[email protected]


Reply via email to