projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066a53d
)
Don't redefine _THREAD_SAFE (bug #2332)
author
Mark Spencer
<markster@digium.com>
Tue, 31 Aug 2004 13:39:04 +0000
(13:39 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 31 Aug 2004 13:39:04 +0000
(13:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3688
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
stdtime/localtime.c
patch
|
blob
|
history
diff --git
a/stdtime/localtime.c
b/stdtime/localtime.c
index
ff1fa98
..
1f6309e
100755
(executable)
--- 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 <asterisk/lock.h>