mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
2012-03-13 Richard Guenther <rguenther@suse.de> * gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition. From-SVN: r185321
This commit is contained in:
parent
074a385f07
commit
c6d10e7c58
@ -1,3 +1,7 @@
|
||||
2012-03-13 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Fix definition.
|
||||
|
||||
2012-03-13 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gthr-posix.h: Remove duplicate __GTHREAD_MUTEX_INIT_FUNCTION
|
||||
|
@ -36,7 +36,7 @@ typedef int __gthread_recursive_mutex_t;
|
||||
|
||||
#define __GTHREAD_ONCE_INIT 0
|
||||
#define __GTHREAD_MUTEX_INIT 0
|
||||
#define __GTHREAD_MUTEX_INIT_FUNCTION (mx)
|
||||
#define __GTHREAD_MUTEX_INIT_FUNCTION(mx)
|
||||
#define __GTHREAD_RECURSIVE_MUTEX_INIT 0
|
||||
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
Loading…
Reference in New Issue
Block a user