fix zts build on mac/clang

This commit is contained in:
Ferenc Kovacs 2014-12-21 20:01:39 +01:00
parent e5eb9530ab
commit a9e86957c7
2 changed files with 2 additions and 2 deletions

View file

@ -795,7 +795,7 @@ void tsrm_error_set(int level, char *debug_filename)
#endif
}
TSRM_API inline void *tsrm_get_ls_cache(void)
TSRM_API void *tsrm_get_ls_cache(void)
{
return tsrm_tls_get();
}