Commit 2ec24052 authored by Geoff Simmons's avatar Geoff Simmons

compile correctly with --enable-develop-warnings (-Wstatic-protoypes)

parent 4c3a7945
......@@ -405,7 +405,7 @@ WRK_Init(void)
return 0;
}
void
static void
wrk_pthread_attr_init(pthread_attr_t *attr)
{
AZ(pthread_attr_init(attr));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment