From 2cf13b63be7df50013b9a58f665bf1a29d311322 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 25 Nov 2005 19:53:52 +0000 Subject: * heap.cc: Remove spurious getpagesize declaration. * exceptions.cc (ctrl_c_handler): Distinguish CTRL-BREAK from CTRL-C in some cases. --- winsup/cygwin/heap.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/heap.cc') diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc index 8e420b301..b45019981 100644 --- a/winsup/cygwin/heap.cc +++ b/winsup/cygwin/heap.cc @@ -26,8 +26,6 @@ details. */ static unsigned page_const; -extern "C" size_t getpagesize (); - #define MINHEAP_SIZE (4 * 1024 * 1024) /* Initialize the heap at process start up. */ -- cgit v1.2.3