2001-04-26 Joel Sherrill <joel@OARcorp.com>

* libc/gxx_wrappers.c: Fix to keep prototype same as in gcc and
	remove warning.
This commit is contained in:
Joel Sherrill
2002-04-26 23:24:45 +00:00
parent d50c0d2534
commit 616b9f56ca
4 changed files with 8 additions and 3 deletions

View File

@@ -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 );

View File

@@ -1,3 +1,8 @@
2001-04-26 Joel Sherrill <joel@OARcorp.com>
* libc/gxx_wrappers.c: Fix to keep prototype same as in gcc and
remove warning.
2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/scandir.c: Initialize nitems = 0.

View File

@@ -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 );

View File

@@ -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 );