Skip to content

Commit 046b44e

Browse files
committed
ext/opcache: formalize return type of zend_get_stream_timestamp() to zend_result
1 parent 8af4e80 commit 046b44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ static inline bool accel_is_inactive(void)
964964
return false;
965965
}
966966

967-
static int zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf)
967+
static zend_result zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf)
968968
{
969969
php_stream_wrapper *wrapper;
970970
php_stream_statbuf stream_statbuf;

0 commit comments

Comments
 (0)