summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-21 20:01:39 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-21 20:01:39 +0100
commita9e86957c70c181e830ba05bb030c468d0cb15e1 (patch)
tree209ccf0a7671aec7c87e5a933071268d5d259db0 /TSRM/TSRM.h
parente5eb9530ab13a174feee83a81d87bfceee37bd88 (diff)
downloadphp-git-a9e86957c70c181e830ba05bb030c468d0cb15e1.tar.gz
fix zts build on mac/clang
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r--TSRM/TSRM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index d3891b7c51..e634592393 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -155,7 +155,7 @@ TSRM_API void *tsrm_new_interpreter_context(void);
TSRM_API void *tsrm_set_interpreter_context(void *new_ctx);
TSRM_API void tsrm_free_interpreter_context(void *context);
-TSRM_API inline void *tsrm_get_ls_cache(void);
+TSRM_API void *tsrm_get_ls_cache(void);
#ifdef TSRM_WIN32
# define TSRM_TLS __declspec(thread)