summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 15:02:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 15:02:06 +0000
commit3815a2b73c951c77f7e06f30837e95bcfe709ec8 (patch)
tree44233e93d730cd9b56507347947f557533ff2b21 /c/src/lib/ChangeLog
parent2000-10-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3815a2b73c951c77f7e06f30837e95bcfe709ec8.tar.bz2
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* libc/Makefile.am: Added mallocfreespace.c. * libc/mallocfreespace.c: New file based on work by Nick Simon <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c. * libc/libcsupport.h: Added prototype for malloc_free_space().
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 095f7a7737..f7047cc189 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,6 +1,13 @@
2000-10-18 Joel Sherrill <joel@OARcorp.com>
+ * libc/Makefile.am: Added mallocfreespace.c.
+ * libc/mallocfreespace.c: New file based on work by Nick Simon
+ <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
+ * libc/libcsupport.h: Added prototype for malloc_free_space().
+
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
* libc/fcntl.c: Do not require every filesystem to have an fcntl()
handler. Most fcntl() operations can be performed with no
filesystem support.