summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:11 +0000
commitdf3021ad78330fbee3146f106ad4a2336cf55a35 (patch)
tree747a3fecbc9859a0df1300ef486cf414c5881886 /cpukit/libcsupport/include/rtems/libcsupport.h
parent2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-df3021ad78330fbee3146f106ad4a2336cf55a35.tar.bz2
Add prototypes.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 6bd95e763f..efee7eb774 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -39,7 +39,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();
+extern size_t malloc_free_space(void);
/*
* Prototypes required to install newlib reentrancy user extension