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>2000-11-01 01:38:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2000-11-01 01:38:00 +0300
commit0f341375393e523a81e831447c277e5bb554491e (patch)
tree08bf815d1d7212584baca17bb19474ea7c6abfd8 /winsup/cygwin/fhandler.h
parent7cccedf8dead27e59bbe11c37622b260f6699e1f (diff)
* fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 746ffc47b..336b7a8ec 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -405,6 +405,7 @@ public:
int ioctl (unsigned int cmd, void *buf);
void fixup_after_fork (HANDLE);
+ void fixup_after_exec (HANDLE parent) { fixup_after_fork (parent); }
};
class fhandler_dev_floppy: public fhandler_dev_raw