summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems/libcsupport.h
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/include/rtems/libcsupport.h
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 '')
-rw-r--r--c/src/lib/include/rtems/libcsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/include/rtems/libcsupport.h b/c/src/lib/include/rtems/libcsupport.h
index 4c6764c1d4..4def1e82c5 100644
--- a/c/src/lib/include/rtems/libcsupport.h
+++ b/c/src/lib/include/rtems/libcsupport.h
@@ -33,6 +33,7 @@ extern void malloc_walk(size_t source, size_t printf_enabled);
extern void libc_init(int reentrant);
extern int host_errno(void);
extern void fix_syscall_errno(void);
+extern size_t malloc_free_space();
#ifdef __cplusplus
}