X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_thread_safe.c;h=53b475e784844e9833ff1c52037a09b2a70d5bb4;hb=0b02de621f7461381f81b56a417420f3341b9a0b;hp=074a873f2545e551455a66cd71d36ac7c1fb1bd5;hpb=2a6a270edfda89b04722b42b57992907f871c671;p=rrdtool.git diff --git a/src/rrd_thread_safe.c b/src/rrd_thread_safe.c index 074a873..53b475e 100644 --- a/src/rrd_thread_safe.c +++ b/src/rrd_thread_safe.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL @@ -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); }