aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-19 08:44:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-19 08:44:05 +0000
commit77c80d6591391544bd5e29d6607ef38f8fe709b7 (patch)
treefd301ba383c2630bf9c92a249aa5775a56d4f2b8 /ChangeLog
parentae177b9c8a14da52538db5749eee90f08f5aedea (diff)
downloadglibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.tar
glibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.tar.gz
glibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.tar.bz2
glibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.zip
Update.
* malloc/malloc.h: Make malloc, calloc, realloc, valloc, pvalloc, and __default_morecore with __attribute_malloc__.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d3d08a188a..72dbc99f23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,8 +16,8 @@
__attribute_malloc__.
* stdlib/stdlib.h: Make malloc, calloc, realloc, and valloc with
__attribute_malloc__.
- * malloc/malloc.h: Make malloc, calloc, realloc, valloc, pvallc,
- __morecore, and __default_morecore with __attribute_malloc__.
+ * malloc/malloc.h: Make malloc, calloc, realloc, valloc, pvalloc,
+ and __default_morecore with __attribute_malloc__.
Provide default definition for __attribute_malloc__.
* libio/stdio.h: Make tempnam with __attribute_malloc__.