gthr-posix.h (__gthread_recursive_mutex_init_function): Add missing return statement.
gcc/ 2005-05-23 Jan Beulich <jbeulich@novell.com> * gthr-posix.h (__gthread_recursive_mutex_init_function): Add missing return statement. From-SVN: r100075
This commit is contained in:
parent
ec8a19405e
commit
7c68fabb78
@ -1,3 +1,8 @@
|
||||
2005-05-23 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* gthr-posix.h (__gthread_recursive_mutex_init_function): Add
|
||||
missing return statement.
|
||||
|
||||
2005-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
|
||||
|
@ -548,6 +548,7 @@ __gthread_recursive_mutex_init_function (__gthread_recursive_mutex_t *mutex)
|
||||
r = pthread_mutexattr_destroy (&attr);
|
||||
return r;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user