mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:31:48 +08:00
gthr-single.h (__gthread_once): Adjust prototype to match all other gthreads models.
* gthr-single.h (__gthread_once): Adjust prototype to match all other gthreads models. From-SVN: r142523
This commit is contained in:
parent
6612aaaeee
commit
dc830217e8
@ -1,3 +1,8 @@
|
||||
2008-12-07 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* gthr-single.h (__gthread_once): Adjust prototype to match all
|
||||
other gthreads models.
|
||||
|
||||
2008-12-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/i386/i386.c (override_options): Use CPU_AMDFAM10
|
||||
|
@ -216,7 +216,7 @@ __gthread_active_p (void)
|
||||
}
|
||||
|
||||
static inline int
|
||||
__gthread_once (__gthread_once_t *once UNUSED, void (*func) () UNUSED)
|
||||
__gthread_once (__gthread_once_t *once UNUSED, void (*func) (void) UNUSED)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user