From f7e49ab87193366266664cdbd63387884e3d9c60 Mon Sep 17 00:00:00 2001 From: cgf Date: Sun, 11 Apr 2004 17:36:05 +0000 Subject: [PATCH] * cygheap.h: Replace inexplicably removed closing brace. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/cygheap.h | 1 + 2 files changed, 5 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 243b20cbc8..00c0e2d8e2 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2004-04-11 Christopher Faylor + * cygheap.h: Replace inexplicably removed closing brace. + +2004-04-11 Christopher Faylor + * cygheap.h (CYGHEAP_SLOP): Reduce drastically to avoid collisions. 2004-04-11 Pierre Humblet diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index ef84f18efe..8d065fee93 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -376,3 +376,4 @@ char *__stdcall cstrdup1 (const char *) __attribute__ ((regparm(1))); void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2))); void __stdcall cygheap_init (); extern DWORD _cygheap_start; +} -- 2.11.0