diff options
Diffstat (limited to 'winsup/cygwin/include/sys/cygwin.h')
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 6b0dc91b7..1d53f636b 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -163,14 +163,7 @@ struct per_process /* non-zero of ctors have been run. Inherited from parent. */ int run_ctors_p; - DWORD unused[3]; - - /* Heap management. Inherited from parent. */ - void *heapbase; /* bottom of the heap */ - void *heapptr; /* current index into heap */ - void *heaptop; /* current top of heap */ - - DWORD unused1; + DWORD unused[7]; /* Non-zero means the task was forked. The value is the pid. Inherited from parent. */ |