X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_is_thread_safe.h;h=67f764d49a8c356ec8b90e721da67e0eceb0584f;hb=734468bcc23497c7eba0deba87c92aa219fd46d1;hp=abdd5d87bb577d17c8b3258f123d02833922f722;hpb=ab384eb6dac85f5f57dabcfc16114fcaf79d5e94;p=rrdtool.git diff --git a/src/rrd_is_thread_safe.h b/src/rrd_is_thread_safe.h index abdd5d8..67f764d 100644 --- a/src/rrd_is_thread_safe.h +++ b/src/rrd_is_thread_safe.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.1 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.17 Copyright by Tobi Oetiker, 1997-2006 * This file: Copyright 2003 Peter Stamfest * & Tobias Oetiker * Distributed under the GPL @@ -17,7 +17,10 @@ extern "C" { #endif #undef strerror + +#if( 2 < __GNUC__ ) #pragma GCC poison strtok asctime ctime gmtime localtime tmpnam strerror +#endif #ifdef __cplusplus }