Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().
- Unify get_io_handle() and get_handle() to get_handle(). Both of them returned same value; io_handle. - Rename set_io_handle() to set_handle().
This commit is contained in:
committed by
Corinna Vinschen
parent
023c107a22
commit
a9c661a94d
@@ -97,7 +97,7 @@ fhandler_pipe::open (int flags, mode_t mode)
|
||||
|| (rwflags == O_WRONLY && !(cfd->get_access () & GENERIC_WRITE)))
|
||||
continue;
|
||||
cfd->copyto (this);
|
||||
set_io_handle (NULL);
|
||||
set_handle (NULL);
|
||||
pc.reset_conv_handle ();
|
||||
if (!cfd->dup (this, flags))
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user