diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-02-19 00:44:46 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-02-19 00:44:46 +0000 |
commit | ff4e7bb239e88a67baed668fd48e25236fee6b93 (patch) | |
tree | e8d8a6d0ec44fd4401ca9c714ef870aeecc59e4e /mmalloc/ChangeLog | |
parent | 2dd67478f59b396f1179fd5a25b5256cd82757c5 (diff) | |
download | gdb-ff4e7bb239e88a67baed668fd48e25236fee6b93.zip gdb-ff4e7bb239e88a67baed668fd48e25236fee6b93.tar.gz gdb-ff4e7bb239e88a67baed668fd48e25236fee6b93.tar.bz2 |
* build fix for cygwin
2000-02-18 Frank Ch. Eigler <fche@redhat.com>
From Jason "crash" Molenda <jsm@cygnus.com>:
* configure.in: Check for getpagesize declaration.
* mvmalloc.c, mmap-sup.c: Conditionally declare getpagesize.
* configure: Regenerated.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r-- | mmalloc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index cf6644a..2250a69 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,10 @@ +2000-02-18 Frank Ch. Eigler <fche@redhat.com> + + From Jason "crash" Molenda <jsm@cygnus.com>: + * configure.in: Check for getpagesize declaration. + * mvmalloc.c, mmap-sup.c: Conditionally declare getpagesize. + * configure: Regenerated. + Fri Feb 18 11:42:21 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in: Check for <unistd.h>. |