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:
authorCorinna Vinschen <corinna@vinschen.de>2005-09-28 23:22:25 +0400
committerCorinna Vinschen <corinna@vinschen.de>2005-09-28 23:22:25 +0400
commitdcb091caaf9e00e840520141c1a74fb3f0eeb1d2 (patch)
tree483b37f8f41a0ce565559a2a5340f2fe5c3c9e57 /winsup/cygwin/pinfo.h
parent1204c515fe00335920c5707cc136e9562fd7cf38 (diff)
Revert erroneous checkin.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index b603f409f..564f6f798 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -91,12 +91,6 @@ 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 ()
{
@@ -125,8 +119,6 @@ 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 ();