From a50745ec922a917513029f3f87bf820827b43f29 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 14 Aug 2003 08:53:17 +0000 Subject: Reuse of thread IDs, improved thread ID validation, new tests, bug fixes. --- pthread_equal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread_equal.c') diff --git a/pthread_equal.c b/pthread_equal.c index 78851b9..b87b3a5 100644 --- a/pthread_equal.c +++ b/pthread_equal.c @@ -43,13 +43,13 @@ pthread_equal (pthread_t t1, pthread_t t2) /* * ------------------------------------------------------ * DOCPUBLIC - * This function returns zero if t1 and t2 are equal, else + * This function returns nonzero if t1 and t2 are equal, else * returns nonzero * * PARAMETERS * t1, * t2 - * references to an instances of thread_t + * thread IDs * * * DESCRIPTION -- cgit v1.2.3