diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-25 19:53:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-25 19:53:52 +0000 |
commit | 2cf13b63be7df50013b9a58f665bf1a29d311322 (patch) | |
tree | 9dfb99b7d3ca13252fa057fa54deb3b592a20561 /winsup/cygwin/heap.cc | |
parent | 24fb449f3732a7b06322a9cc6cf629bbe05bc564 (diff) | |
download | cygnal-2cf13b63be7df50013b9a58f665bf1a29d311322.tar.gz cygnal-2cf13b63be7df50013b9a58f665bf1a29d311322.tar.bz2 cygnal-2cf13b63be7df50013b9a58f665bf1a29d311322.zip |
* heap.cc: Remove spurious getpagesize declaration.
* exceptions.cc (ctrl_c_handler): Distinguish CTRL-BREAK from CTRL-C in some
cases.
Diffstat (limited to 'winsup/cygwin/heap.cc')
-rw-r--r-- | winsup/cygwin/heap.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |