diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index f9569f2aa..29eca9dcc 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -143,7 +143,7 @@ class per_process void *(*calloc)(size_t, size_t); /* For future expansion of values set by the app. */ - void *public_reserved[4]; + void (*premain[4]) (int, char **); /* The rest are *internal* to cygwin.dll. Those that are here because we want the child to inherit the value from @@ -164,7 +164,7 @@ class per_process void *heapptr; /* current index into heap */ void *heaptop; /* current top of heap */ - HANDLE reserved1; /* unused */ + HANDLE unused1; /* unused */ /* Non-zero means the task was forked. The value is the pid. Inherited from parent. */ |