Obtained from:
Submitted by:
Reviewed by:
(Hopefully) a better patch for the TPF stuff... we want to avoid such
nasty things as nop functions because they waste too many cycles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91283
13f79535-47bb-0310-9956-
ffa450edef68
coruc(RESOURCE_KEY);
}
-static void accept_mutex_init_tpfcore(pool *foo)
-{
-}
+#define accept_mutex_init_tpfcore(x)
static void accept_mutex_child_init_tpfcore(pool *p)
{
accept_mutex_methods_s accept_mutex_tpfcore_s = {
accept_mutex_child_init_tpfcore,
- accept_mutex_init_tpfcore,
+ NULL,
accept_mutex_on_tpfcore,
accept_mutex_off_tpfcore,
"tpfcore"