Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 08:08:59 +0000 (08:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 08:08:59 +0000 (08:08 +0000)
commite9e9b245b98b8aeb8b8e898dce2b8c0f771602d6
tree8cedb8e3ff9898a02990d88802319f68e99ac268
parent778c59c850879b2ffc7a396cecfa5a5ad68a40e6
Update.

* misc/sys/cdefs.h: Define __attribute_malloc__ according to
available gcc version.
* string/string.h: Mark strdup, __strdup, and strndup with
__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__.
Provide default definition for __attribute_malloc__.
* libio/stdio.h: Make tempnam with __attribute_malloc__.
ChangeLog
include/unistd.h
libio/stdio.h
malloc/malloc.h
misc/sys/cdefs.h
stdlib/stdlib.h
string/string.h