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/include/sys/cygwin.h')
-rw-r--r--winsup/cygwin/include/sys/cygwin.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index 82a5a162a..3cd3a1c0f 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -194,6 +194,8 @@ enum
class MTinterface;
#endif
+struct per_process_cxx_malloc;
+
struct per_process
{
char *initial_sp;
@@ -238,9 +240,8 @@ struct per_process
DWORD unused[7];
- /* Non-zero means the task was forked. The value is the pid.
- Inherited from parent. */
- int forkee;
+ /* Pointers to real operator new/delete functions for forwarding. */
+ struct per_process_cxx_malloc *cxx_malloc;
HMODULE hmodule;