Philip M. Gollucci wrote:
Simon Bertrang wrote:
src/modules/perl/modperl_apache_compat.h
typedef unsigned long apr_os_thread_t;
typedef void * apr_thread_mutex_t;
+typedef void * apr_thread_rwlock_t;
#endif
Would not it better to just include the appropriate thread file headers
from APR? Al
Simon Bertrang wrote:
src/modules/perl/modperl_apache_compat.h
typedef unsigned long apr_os_thread_t;
typedef void * apr_thread_mutex_t;
+typedef void * apr_thread_rwlock_t;
#endif
Would not it better to just include the appropriate thread file headers
from APR? Also, as you can that typedef