File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1345,18 +1345,18 @@ ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void) /* {{{ */
1345
1345
/* }}} */
1346
1346
1347
1347
#ifndef ZEND_WIN32
1348
- #if defined(ZTS ) && defined(HAVE_TIMER_CREATE )
1348
+ # if defined(ZTS ) && defined(HAVE_TIMER_CREATE )
1349
1349
static void zend_timeout_handler (int dummy , siginfo_t * si , void * uc ) /* {{{ */
1350
1350
{
1351
1351
if (si -> si_value .sival_ptr != & EG (timer )) {
1352
1352
fprintf (stderr , "ignoring timeout signal SIGIO received on thread %d\n" , syscall (SYS_gettid ));
1353
1353
1354
1354
return ;
1355
1355
}
1356
- #else
1356
+ # else
1357
1357
static void zend_timeout_handler (int dummy ) /* {{{ */
1358
1358
{
1359
- #endif
1359
+ # endif
1360
1360
#ifndef ZTS
1361
1361
if (EG (timed_out )) {
1362
1362
/* Die on hard timeout */
You can’t perform that action at this time.
0 commit comments