From 11dcd1546f348b94a32fb4f8569b1991cb99d036 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 17 Sep 2003 02:10:13 +0000 Subject: * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with PID_MAP_RW. * sigproc.cc (talktome): Ditto for winpids. --- winsup/cygwin/fhandler_process.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_process.cc') diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 44b7189b3..2ba1e5326 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -245,7 +245,8 @@ out: bool fhandler_process::fill_filebuf () { - pinfo p (pid); + pinfo p (pid, PID_MAP_RW); // PID_MAP_RW for cmdline since it + // needs to signal the other process if (!p) { -- cgit v1.2.3