X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_thread_safe.c;h=7e58ca62abf8851033fc04fd52a62be832855dbe;hb=2593a69e9485cf67c9654a2667f85971275004fe;hp=074a873f2545e551455a66cd71d36ac7c1fb1bd5;hpb=2a6a270edfda89b04722b42b57992907f871c671;p=rrdtool.git diff --git a/src/rrd_thread_safe.c b/src/rrd_thread_safe.c index 074a873..7e58ca6 100644 --- a/src/rrd_thread_safe.c +++ b/src/rrd_thread_safe.c @@ -35,7 +35,7 @@ static void context_destroy_context( /* Allocate the key */ static void context_get_key( - ) + void) { pthread_key_create(&context_key, context_destroy_context); }