summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-21 18:33:19 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-21 18:33:19 +0000
commite282ff799fb9c17ec1b78f0d9389afeb240f85e6 (patch)
tree2a501a2be12bac8211bd970a16a7c1cb44a9d54f /winsup/cygwin/winsup.h
parent159db33b116f18647baffc0c99f12ebe4d256103 (diff)
downloadcygnal-e282ff799fb9c17ec1b78f0d9389afeb240f85e6.tar.gz
cygnal-e282ff799fb9c17ec1b78f0d9389afeb240f85e6.tar.bz2
cygnal-e282ff799fb9c17ec1b78f0d9389afeb240f85e6.zip
* Makefile.in: Add *.def to clean operation.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h4
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. */