diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-23 14:56:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-23 14:56:28 +0000 |
commit | e1cf4ae80c43bd50e0e8f156d61d948d2947d295 (patch) | |
tree | 6ad8ee4a9dc7d7439d949a6531b050f74d00bc83 /winsup/cygwin/shared.h | |
parent | c19e7ba723bb4246a375b41678c2b730718d00e4 (diff) | |
download | cygnal-e1cf4ae80c43bd50e0e8f156d61d948d2947d295.tar.gz cygnal-e1cf4ae80c43bd50e0e8f156d61d948d2947d295.tar.bz2 cygnal-e1cf4ae80c43bd50e0e8f156d61d948d2947d295.zip |
Revert previous erroneous checkin.
Diffstat (limited to 'winsup/cygwin/shared.h')
-rw-r--r-- | winsup/cygwin/shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/shared.h b/winsup/cygwin/shared.h index 1671d0dba..2a8e9a6e1 100644 --- a/winsup/cygwin/shared.h +++ b/winsup/cygwin/shared.h @@ -67,7 +67,6 @@ public: HANDLE shared_h; HANDLE console_h; HANDLE parent_alive; // handle of thread used to track children - HANDLE myself_pinfo; }; class child_info_fork: public child_info |