diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:44:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:44:05 +0000 |
commit | 77c80d6591391544bd5e29d6607ef38f8fe709b7 (patch) | |
tree | fd301ba383c2630bf9c92a249aa5775a56d4f2b8 /ChangeLog | |
parent | ae177b9c8a14da52538db5749eee90f08f5aedea (diff) | |
download | glibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.tar.gz glibc-77c80d6591391544bd5e29d6607ef38f8fe709b7.tar.xz 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-- | ChangeLog | 4 |
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__. |