From a1da3a504b3fe503183f18df55e3f3eff704d6ef Mon Sep 17 00:00:00 2001 From: "digit@chromium.org" Date: Thu, 4 Oct 2012 12:37:21 +0000 Subject: 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 --- src/common/android/testing/pthread_fixes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/android/testing/pthread_fixes.h b/src/common/android/testing/pthread_fixes.h index 2304ee39..15c6309e 100644 --- a/src/common/android/testing/pthread_fixes.h +++ b/src/common/android/testing/pthread_fixes.h @@ -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) -- cgit v1.2.1