From c64e4ed48285a0c944905bc02de89c20038f428b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Jan 1996 21:50:28 +0000 Subject: updates from Tony Bennett for PA and UNIX ports --- cpukit/libcsupport/include/rtems/libcsupport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h') diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h index 063246f4e5..f43cd189e1 100644 --- a/cpukit/libcsupport/include/rtems/libcsupport.h +++ b/cpukit/libcsupport/include/rtems/libcsupport.h @@ -29,14 +29,14 @@ void RTEMS_Malloc_Initialize( size_t sbrk_amount ); +extern void malloc_dump(void); extern void libc_init(int reentrant); +extern int host_errno(void); +extern void fix_syscall_errno(void); #ifdef __cplusplus } #endif -extern int host_errno(void); -extern void fix_syscall_errno(void); - #endif /* end of include file */ -- cgit v1.2.3