mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 04:24:22 +01:00
Fix minor Android build failure with Clang.
Review URL: https://breakpad.appspot.com/478003 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1060 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
5e76d87dfe
commit
a1da3a504b
@ -84,6 +84,7 @@ int pthread_barrier_destroy(pthread_barrier_t *barrier) {
|
||||
barrier->count = 0;
|
||||
pthread_cond_destroy(&barrier->cond);
|
||||
pthread_mutex_destroy(&barrier->mutex);
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // defined(PTHREAD_BARRIER_SERIAL_THREAD)
|
||||
|
Loading…
Reference in New Issue
Block a user