summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-10 23:35:31 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-10 23:35:31 +0000
commitde2cbd9a6dc7a9e3a27561a0372b63e310b2ab83 (patch)
treea958e19033732e745d3fc62628aa7955a8fb23c2 /include/apr_portable.h
parent8c2a6d17d8dc550fd0a84b957cf776d1b2920c22 (diff)
downloadlibapr-de2cbd9a6dc7a9e3a27561a0372b63e310b2ab83.tar.gz
Fix ap_get_os_thread. This should work on Windows and Unix now.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 728764328..1c296da71 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -262,7 +262,7 @@ ap_status_t ap_get_os_imp_time(ap_os_imp_time_t **, ap_time_t *);
#if APR_HAS_THREADS
/*
-=head1 ap_status_t ap_get_os_thread(ap_thread_t *thethd, ap_os_thread_t *thd)
+=head1 ap_status_t ap_get_os_thread(ap_thread_t **thethd, ap_os_thread_t *thd)
B<convert the thread to os specific type from apr type.>