summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-16 12:41:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-16 12:41:33 +0200
commitffd9575a7637688466e675cd81ac88d1a57440b5 (patch)
treec34327e9af1e03f6d8bdf6613c8399dddc9d2681 /cpukit/libcsupport/include/rtems/libcsupport.h
parentMerge branch 'upstream' (diff)
parentnfsclient: Fix symbolic link evaluation (diff)
downloadrtems-ffd9575a7637688466e675cd81ac88d1a57440b5.tar.bz2
Merge branch 'upstream'
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 bbe8e41da8..d2640476df 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -34,7 +34,7 @@ void RTEMS_Malloc_Initialize(
);
extern void malloc_dump(void);
-extern void malloc_walk(size_t source, size_t printf_enabled);
+extern bool malloc_walk(int source, bool printf_enabled);
void malloc_set_heap_pointer(Heap_Control *new_heap);
Heap_Control *malloc_get_heap_pointer( void );
extern void libc_init(void);