[Asterisk-cvs] asterisk/stdtime localtime.c,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Tue Aug 31 09:35:38 CDT 2004
Update of /usr/cvsroot/asterisk/stdtime
In directory mongoose.digium.com:/tmp/cvs-serv31550/stdtime
Modified Files:
localtime.c
Log Message:
Don't redefine _THREAD_SAFE (bug #2332)
Index: localtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/localtime.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- localtime.c 14 Jul 2004 13:57:15 -0000 1.8
+++ localtime.c 31 Aug 2004 13:39:04 -0000 1.9
@@ -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 <asterisk/lock.h>
More information about the svn-commits
mailing list