Commit 3b03ce05 authored by Geoff Simmons's avatar Geoff Simmons

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

parent 32a9fd9f
...@@ -405,7 +405,7 @@ WRK_Init(void) ...@@ -405,7 +405,7 @@ WRK_Init(void)
return 0; return 0;
} }
void static void
wrk_pthread_attr_init(pthread_attr_t *attr) wrk_pthread_attr_init(pthread_attr_t *attr)
{ {
AZ(pthread_attr_init(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