From: Mark Spencer Date: Tue, 31 Aug 2004 13:39:04 +0000 (+0000) Subject: Don't redefine _THREAD_SAFE (bug #2332) X-Git-Tag: 1.0.0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a19a2644f2e4e799d4e592dcf78f18216afcafc;p=thirdparty%2Fasterisk.git Don't redefine _THREAD_SAFE (bug #2332) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3688 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/stdtime/localtime.c b/stdtime/localtime.c index ff1fa98152..1f6309e3f4 100755 --- a/stdtime/localtime.c +++ b/stdtime/localtime.c @@ -21,7 +21,9 @@ * * Don't mess with these unless you're really sure you know what you're doing. */ +#ifndef _THREAD_SAFE #define _THREAD_SAFE +#endif #define TZ_STRLEN_MAX 255 /* #define DEBUG */ #include