forked from Imagelibrary/rtems
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:
@@ -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 );
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user