summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/pthread.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/pthread.inl')
-rw-r--r--PACE/pace/win32/pthread.inl4
1 files changed, 1 insertions, 3 deletions
diff --git a/PACE/pace/win32/pthread.inl b/PACE/pace/win32/pthread.inl
index 6d1bdf27b87..7a61a99d66f 100644
--- a/PACE/pace/win32/pthread.inl
+++ b/PACE/pace/win32/pthread.inl
@@ -367,9 +367,7 @@ PACE_INLINE
int
pace_pthread_equal (pace_pthread_t t1, pace_pthread_t t2)
{
- PACE_UNUSED_ARG (t1);
- PACE_UNUSED_ARG (t2);
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
+ return t1 == t2;
}
#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */