From e282ff799fb9c17ec1b78f0d9389afeb240f85e6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 21 Jun 2000 18:33:19 +0000 Subject: * Makefile.in: Add *.def to clean operation. --- winsup/cygwin/winsup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/winsup.h') 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. */ -- cgit v1.2.3