summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-12 20:49:06 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-12 20:49:06 +0000
commit04ec80e410b4efb0576a2ffd0d2f29ed1fdac451 (patch)
treec5e89f2383061bd79f962589585d5e601825f4e8 /ChangeLog
parent9bf248c6c6290a2a8a729f10f1d94258868a0650 (diff)
downloadglibc-04ec80e410b4efb0576a2ffd0d2f29ed1fdac451.tar.gz
glibc-04ec80e410b4efb0576a2ffd0d2f29ed1fdac451.tar.xz
glibc-04ec80e410b4efb0576a2ffd0d2f29ed1fdac451.zip
* include/malloc.h: Remove _int_new_arena prototype.
	* malloc/arena.c (_int_new_arena): Move definition ahead of
	arena_get2 and make static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19c3f47be9..a956c55002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
 
+	* include/malloc.h: Remove _int_new_arena prototype.
+	* malloc/arena.c (_int_new_arena): Move definition ahead of
+	arena_get2 and make static.
+
 	Correctly implement M_MXFAST.
 	* malloc/malloc.c (struct malloc_state): Replace max_fast with flags
 	fields.