Skip to content

Commit 0eeafa4

Browse files
chen-hu-97cmb69
andauthored
Update Zend/zend_fibers.c
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
1 parent 28a7302 commit 0eeafa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_fibers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typedef struct {
141141

142142
/* These functions are defined in assembler files provided by boost.context (located in "Zend/asm"). */
143143
extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data));
144-
ZEND_INDIRECT_RETURN extern boost_context_data jump_fcontext(void *to, zend_fiber_transfer *transfer);
144+
extern ZEND_INDIRECT_RETURN boost_context_data jump_fcontext(void *to, zend_fiber_transfer *transfer);
145145
#endif
146146

147147
ZEND_API zend_class_entry *zend_ce_fiber;

0 commit comments

Comments
 (0)