summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-05-28 08:15:46 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-05-28 08:15:46 +0000
commitd09552d0c7d389f83c3833bf82f7a97da37007da (patch)
tree0e6d58e813515d408b5f04099f0b5f7e12e2aedd /lib/ChangeLog
parent35cfc90cce32b19c71d2f40aab06d36eb6bfdc44 (diff)
[lib] malloc.h is deprecated, try not to include it anymore
2006-05-28 Paul Jakma <paul.jakma@sun.com> * memory.c: malloc.h is deprecated in favour of stdlib.h, however we still need it on GNU Libc for mallinfo().
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index b857b135..08131b03 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,8 @@
* zebra.h: Include inttypes.h rather than stdint.h, best practice
according to the autoconf manual.
Add UINT*_MAX defines for older platforms lacking these (FBSD 4)
+ * memory.c: malloc.h is deprecated in favour of stdlib.h, however
+ we still need it on GNU Libc for mallinfo().
2006-05-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>