From 616b9f56cab411e76bed5fe759aa762f770bd595 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 26 Apr 2002 23:24:45 +0000 Subject: 2001-04-26 Joel Sherrill * libc/gxx_wrappers.c: Fix to keep prototype same as in gcc and remove warning. --- cpukit/libcsupport/src/gxx_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/gxx_wrappers.c') diff --git a/cpukit/libcsupport/src/gxx_wrappers.c b/cpukit/libcsupport/src/gxx_wrappers.c index 48f91aff19..d660a6f226 100644 --- a/cpukit/libcsupport/src/gxx_wrappers.c +++ b/cpukit/libcsupport/src/gxx_wrappers.c @@ -58,7 +58,7 @@ static rtems_id get_tid( void ) #endif -int rtems_gxx_once(__gthread_once_t *once, void (*func) ()) +int rtems_gxx_once(__gthread_once_t *once, void (*func) (void)) { #ifdef DEBUG_GXX_WRAPPERS printk( "gxx_wrappers: once=%x, func=%x\n", *once, func ); -- cgit v1.2.3