diff options
author | rpj <rpj> | 2003-08-14 08:53:17 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-08-14 08:53:17 +0000 |
commit | a50745ec922a917513029f3f87bf820827b43f29 (patch) | |
tree | 1e221862e0550d163baef12d17634430ae677824 /pthread_equal.c | |
parent | 414f4bd7e70d94025576d9264c86da63c506f6ca (diff) |
Reuse of thread IDs, improved thread ID validation, new tests, bug fixes.
Diffstat (limited to 'pthread_equal.c')
-rw-r--r-- | pthread_equal.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |