mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-12 20:19:14 +08:00
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
overlapped part of this class.
This commit is contained in:
parent
7c972c6354
commit
60efdd0c4c
@ -1,3 +1,8 @@
|
|||||||
|
2010-04-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
|
||||||
|
overlapped part of this class.
|
||||||
|
|
||||||
2010-04-02 Corinna Vinschen <corinna@vinschen.de>
|
2010-04-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.
|
* fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.
|
||||||
|
@ -22,9 +22,8 @@
|
|||||||
#include "shared_info.h"
|
#include "shared_info.h"
|
||||||
|
|
||||||
fhandler_fifo::fhandler_fifo ():
|
fhandler_fifo::fhandler_fifo ():
|
||||||
wait_state (fifo_unknown), dummy_client (NULL)
|
fhandler_base_overlapped (), wait_state (fifo_unknown), dummy_client (NULL)
|
||||||
{
|
{
|
||||||
get_overlapped ()->hEvent = NULL;
|
|
||||||
need_fork_fixup (true);
|
need_fork_fixup (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user