Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 564f6f798..b603f409f 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -91,6 +91,12 @@ public:
pid_t hello_pid;
HANDLE tothem;
HANDLE fromthem;
+ HANDLE __tothem;
+ HANDLE __fromthem;
+ HANDLE them;
+ HANDLE __them;
+ HANDLE gotit;
+ HANDLE __gotit;
inline void set_has_pgid_children ()
{
@@ -119,6 +125,8 @@ public:
char *root (size_t &);
char *cwd (size_t &);
char *cmdline (size_t &);
+ bool send_descriptors (int, int *);
+ void destroy_inflight_descriptors ();
void set_ctty (class tty_min *, int, class fhandler_tty_slave *);
bool dup_proc_pipe (HANDLE) __attribute__ ((regparm(2)));
void sync_proc_pipe ();