OSDN Git Service

* fhandler.h (fhandler_pipe::create): Rename from the misnamed
authorcgf <cgf>
Wed, 23 Nov 2011 18:56:56 +0000 (18:56 +0000)
committercgf <cgf>
Wed, 23 Nov 2011 18:56:56 +0000 (18:56 +0000)
commitefea4a64e60cf15d82db1462c1866b7e40b2d9f2
tree37ddbde506f0dcf160599cedbc0eaeefed0f5e31
parent2037107657c847c89e80b82aea8824655d168510
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
"create_selectable".  Change return to DWORD.
(fhandler_pty_common::pipesize): New constant.
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Reflect create_selectable
name change.
* miscfuncs.cc (CreatePipeOverlapped): Ditto.
* pipe.cc (fhandler_pipe::create): Ditto.
(fhandler_pipe::create): Rename from the misnamed "create_selectable".  Return
DWORD.  Only set pipe size to default when it is passed in as zero.
* fhandler_tty.cc (fhandler_pty_master::setup): Ditto.  Use
fhandler_pty_common::pipesize rather than a raw constant.
* tty.cc (tty::not_allocated): Ditto.
* sigproc.cc (sigproc_init): Use create_selectable to create the signal pipe to
get a more appropriate message based pipe.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/miscfuncs.cc
winsup/cygwin/pipe.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/tty.cc