You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/05/02 16:35:30 UTC

svn commit: r1098600 - /apr/apr/branches/1.4.x/include/apr_portable.h

Author: trawick
Date: Mon May  2 14:35:30 2011
New Revision: 1098600

URL: http://svn.apache.org/viewvc?rev=1098600&view=rev
Log:
from trunk r1098596:

document return values for apr_os_thread_equal()

Submitted by: Stefan Ruppert <sr myarm.com>

Modified:
    apr/apr/branches/1.4.x/include/apr_portable.h

Modified: apr/apr/branches/1.4.x/include/apr_portable.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/include/apr_portable.h?rev=1098600&r1=1098599&r2=1098600&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/include/apr_portable.h (original)
+++ apr/apr/branches/1.4.x/include/apr_portable.h Mon May  2 14:35:30 2011
@@ -321,6 +321,7 @@ APR_DECLARE(apr_os_thread_t) apr_os_thre
  * Compare two thread id's
  * @param tid1 1st Thread ID to compare
  * @param tid2 2nd Thread ID to compare
+ * @return non-zero if the two threads are equal, zero otherwise
  */ 
 APR_DECLARE(int) apr_os_thread_equal(apr_os_thread_t tid1, 
                                      apr_os_thread_t tid2);