diff options
Diffstat (limited to 'srclib/apr/include/apr_portable.h')
-rw-r--r-- | srclib/apr/include/apr_portable.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/srclib/apr/include/apr_portable.h b/srclib/apr/include/apr_portable.h index 7e52afc4..45d53eb1 100644 --- a/srclib/apr/include/apr_portable.h +++ b/srclib/apr/include/apr_portable.h @@ -321,6 +321,7 @@ APR_DECLARE(apr_os_thread_t) apr_os_thread_current(void); * 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); @@ -471,6 +472,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_handle_put(apr_dso_handle_t **dso, APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso, apr_dso_handle_t *aprdso); +/** @} */ +#endif /* APR_HAS_DSO */ + + #if APR_HAS_OS_UUID /** * Private: apr-util's apr_uuid module when supported by the platform @@ -478,9 +483,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso, APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data); #endif -/** @} */ -#endif /* APR_HAS_DSO */ - /** * Get the name of the system default character set. |