зеркало из https://github.com/github/ruby.git
Symbols closed to env should be static
This commit is contained in:
Родитель
3aab870761
Коммит
f471cf295b
4
hash.c
4
hash.c
|
@ -4810,9 +4810,9 @@ extern char **environ;
|
|||
#define ENVNMATCH(s1, s2, n) (memcmp((s1), (s2), (n)) == 0)
|
||||
#endif
|
||||
|
||||
rb_nativethread_lock_t env_lock;
|
||||
static rb_nativethread_lock_t env_lock;
|
||||
|
||||
const char*
|
||||
static const char*
|
||||
getenv_with_lock(const char *name)
|
||||
{
|
||||
rb_native_mutex_lock(&env_lock);
|
||||
|
|
Загрузка…
Ссылка в новой задаче