/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/opcache/jit/tls/testing/def.c
31 строка
463 B
Arnaud Le Blanc
Fix linker failure when building Opcache statically
26 июл 2025, 17:43
26 июл 2025, 17:43
73b1ebf
Код
Авторство
О чём код?
/* _tsrm_ls_cache is defined here */ #include <unistd.h> #include <stdio.h> #include <stdarg.h> #ifdef NO_SURPLUS # include "def-vars.h" DEF_VARS(def); #endif __thread void* _tsrm_ls_cache; size_t tsrm_get_ls_cache_tcb_offset(void) { return 0; } void zend_accel_error(int type, const char *format, ...) { if (type < 4) { va_list ap; va_start(ap, format); vprintf(format, ap); va_end(ap); } } int test(void); int decl(void) { return test(); }