From 45a6823d4242225395dfc0324d3dfda6967d17d2 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 31 Aug 2004 13:39:04 +0000 Subject: Don't redefine _THREAD_SAFE (bug #2332) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3688 f38db490-d61c-443f-a65b-d21fe96a405b --- stdtime/localtime.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdtime/localtime.c') diff --git a/stdtime/localtime.c b/stdtime/localtime.c index ff1fa9815..1f6309e3f 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 -- cgit v1.2.3