aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-02-17 07:30:04 +0000
committerRoland McGrath <roland@gnu.org>2002-02-17 07:30:04 +0000
commit30537cab78969a27a9f045a812e712cd0ebd9c24 (patch)
treef0782ae9a0194723843a1814c03bd90924e4f36a /ChangeLog
parent690a2f7da66de6faa69362a42aec6467d58209af (diff)
downloadglibc-30537cab78969a27a9f045a812e712cd0ebd9c24.tar
glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.tar.gz
glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.tar.bz2
glibc-30537cab78969a27a9f045a812e712cd0ebd9c24.zip
* config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
* sysdeps/mach/configure.in: Check for host_page_size RPC to define it. * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use host_page_size instead of vm_statistics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b70cb7264f..5feb9f265d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-02-16 Roland McGrath <roland@frob.com>
+ * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
+ * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
+ * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
+ host_page_size instead of vm_statistics.
+
* sysdeps/mach/Makefile (mach-before-compile): Don't include
mach_interface.h here, since not all variants use that name.