summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/gxx_wrappers.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:24:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:24:45 +0000
commit616b9f56cab411e76bed5fe759aa762f770bd595 (patch)
tree1bbd6ec24fa6bd81795ea0b957a2f7f71f607e2f /cpukit/libcsupport/src/gxx_wrappers.c
parent2002-04-26 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-616b9f56cab411e76bed5fe759aa762f770bd595.tar.bz2
2001-04-26 Joel Sherrill <joel@OARcorp.com>
* libc/gxx_wrappers.c: Fix to keep prototype same as in gcc and remove warning.
Diffstat (limited to 'cpukit/libcsupport/src/gxx_wrappers.c')
-rw-r--r--cpukit/libcsupport/src/gxx_wrappers.c2
1 files changed, 1 insertions, 1 deletions
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 );