* Makefile.in: Add *.def to clean operation.

This commit is contained in:
Christopher Faylor
2000-06-21 18:33:19 +00:00
parent 159db33b11
commit e282ff799f
5 changed files with 20 additions and 7 deletions

View File

@@ -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. */