summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.h
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-03-31 14:04:17 -0400
committerCorinna Vinschen <corinna@vinschen.de>2016-04-01 13:53:25 +0200
commitb259af51b8c20850835f02d2db7b2f9c26203acc (patch)
tree42017f1c28f2dd34cdbb3edec0c720eaab3155d6 /winsup/cygwin/dtable.h
parent02cfe004458f20f95539db14251f2473a842fc95 (diff)
downloadcygnal-b259af51b8c20850835f02d2db7b2f9c26203acc.tar.gz
cygnal-b259af51b8c20850835f02d2db7b2f9c26203acc.tar.bz2
cygnal-b259af51b8c20850835f02d2db7b2f9c26203acc.zip
Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK
MALLOC_DEBUG and NEWVFORK haven't been defined since 2008 (46162537516c5e5fbb). Remove all references to tem. winsup/cygwin/ChangeLog: acconfig.h: delete dcrt0.cc (dll_crt0_1): remove NEWVFORK code. dcrt0.cc (do_exit): ditto. debug.h: ditto. dtable.h: ditto. winsup.h: ditto. globals.cc: ditto. malloc_wrapper.cc: ditto. malloc_wrapper.cc (malloc_init): ditto. spawn.cc (spawnve): ditto. syscalls.cc (setsid): ditto. Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Diffstat (limited to 'winsup/cygwin/dtable.h')
-rw-r--r--winsup/cygwin/dtable.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/dtable.h b/winsup/cygwin/dtable.h
index 34e975b47..fb44c9516 100644
--- a/winsup/cygwin/dtable.h
+++ b/winsup/cygwin/dtable.h
@@ -25,9 +25,6 @@ class suffix_info;
class dtable
{
fhandler_base **fds;
-#ifdef NEWVFORK
- fhandler_base **fds_on_hold;
-#endif
fhandler_base **archetypes;
unsigned narchetypes;
unsigned farchetype;
@@ -77,9 +74,6 @@ public:
void stdio_init ();
void get_debugger_info ();
void set_file_pointers_for_exec ();
-#ifdef NEWVFORK
- bool in_vfork_cleanup () {return fds_on_hold == fds;}
-#endif
fhandler_base *find_archetype (device& dev);
fhandler_base **add_archetype ();
void delete_archetype (fhandler_base *);