You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/07/30 01:20:37 UTC

svn commit: r680877 - /apr/apr-util/branches/1.3.x/include/apr_reslist.h

Author: bojan
Date: Tue Jul 29 16:20:37 2008
New Revision: 680877

URL: http://svn.apache.org/viewvc?rev=680877&view=rev
Log:
Document that reslist is only available when when threads are available too.
PR 24325.

Modified:
    apr/apr-util/branches/1.3.x/include/apr_reslist.h

Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apr_reslist.h?rev=680877&r1=680876&r2=680877&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apr_reslist.h (original)
+++ apr/apr-util/branches/1.3.x/include/apr_reslist.h Tue Jul 29 16:20:37 2008
@@ -34,6 +34,9 @@
  * @defgroup APR_Util_RL Resource List Routines
  * @ingroup APR_Util
  * @{
+ * @warning
+ * <strong><em>Resource list data types and routines are only available when
+ * threads are enabled (i.e. APR_HAS_THREADS is not zero).</em></strong>
  */
 
 #ifdef __cplusplus