summaryrefslogtreecommitdiff
path: root/Zend/zend_portability.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-28 15:19:24 +0200
committerAnatol Belski <ab@php.net>2015-07-28 16:59:52 +0200
commite6cbca77f562839ac57ee502be7c72cdf53080c6 (patch)
treed1b1fef66c0dfb6cc80eeaf5d2112c506fd47144 /Zend/zend_portability.h
parentd051bff8b6c8fb65801244e71594d46f5dbddaa6 (diff)
downloadphp-git-e6cbca77f562839ac57ee502be7c72cdf53080c6.tar.gz
use better name
Diffstat (limited to 'Zend/zend_portability.h')
-rw-r--r--Zend/zend_portability.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h
index 9a748d9eb3..b04b55bbb1 100644
--- a/Zend/zend_portability.h
+++ b/Zend/zend_portability.h
@@ -444,9 +444,9 @@ char *alloca();
#endif
#ifdef ZTS
-#define ZEND_THREAD TSRM_TLS
+#define ZEND_TLS TSRM_TLS
#else
-#define ZEND_THREAD
+#define ZEND_TLS
#endif
#endif /* ZEND_PORTABILITY_H */