summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--stubs.c.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs.c.m4 b/stubs.c.m4
index 8e51745..e069b9e 100644
--- a/stubs.c.m4
+++ b/stubs.c.m4
@@ -79,7 +79,7 @@ static pthread_t __pthread_self_stub(void)
#ifdef NEED_EQUAL_STUB
static int __pthread_equal_stub(pthread_t t1, pthread_t t2)
{
- return (t1 == t2);
+ return 1;
}
#endif