diff options
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r-- | Zend/zend_execute_API.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index f1617448d5..4fdc86e66e 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -554,7 +554,7 @@ void execute_new_code(CLS_D) #endif -void zend_timeout(int dummy) +ZEND_API void zend_timeout(int dummy) { ELS_FETCH(); |