diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-21 00:09:35 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-21 00:09:35 +0000 |
commit | ff2b02256fca523bf7ca4884bf03fc100421340d (patch) | |
tree | dfac28e63ceea68b9c1cb3b98ea667149b1f6f43 /gcc/gthr-mipssde.h | |
parent | dd1c9d14a613b74f966ad7f53b0697d15d0d4964 (diff) | |
download | gcc-ff2b02256fca523bf7ca4884bf03fc100421340d.tar.gz |
2008-05-20 Sebastian Pop <sebastian.pop@amd.com>
* Merge from mainline (130800:135673).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@135697 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-mipssde.h')
-rw-r--r-- | gcc/gthr-mipssde.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/gthr-mipssde.h b/gcc/gthr-mipssde.h index 28111e3929e..b8cf24ebc75 100644 --- a/gcc/gthr-mipssde.h +++ b/gcc/gthr-mipssde.h @@ -135,6 +135,12 @@ __gthread_setspecific (__gthread_key_t key, const void *ptr) } static inline int +__gthread_mutex_destroy (__gthread_mutex_t * UNUSED(mutex)) +{ + return 0; +} + +static inline int __gthread_mutex_lock (__gthread_mutex_t *mutex) { if (__gthread_active_p ()) |