* heap.cc: Remove spurious getpagesize declaration.
* exceptions.cc (ctrl_c_handler): Distinguish CTRL-BREAK from CTRL-C in some cases.
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user