From 7e19113351a1da5cb3622489d855e0566b9a2c67 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 25 Aug 2008 11:19:33 +0000 Subject: Stop using old-style function-definitions. --- cpukit/libcsupport/src/newlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index a1ad8cf5c3..378cc255ec 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -59,7 +59,7 @@ extern struct _reent libc_global_reent __ATTRIBUTE_IMPURE_PTR__; * Memory is also now allocated from the workspace rather than the heap. * -- ptorre 9/30/03 */ -rtems_boolean libc_create_hook( +bool libc_create_hook( rtems_tcb *current_task, rtems_tcb *creating_task ) -- cgit v1.2.3