Skip to content

Commit c4b7d5d

Browse files
committed
remove manual changes to generated arginfo
1 parent b8a2a29 commit c4b7d5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/standard/basic_functions_arginfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,6 @@ ZEND_FUNCTION(fstat);
25602560
ZEND_FUNCTION(fseek);
25612561
ZEND_FUNCTION(ftell);
25622562
ZEND_FUNCTION(fflush);
2563-
ZEND_FUNCTION(fsync);
25642563
ZEND_FUNCTION(fwrite);
25652564
ZEND_FUNCTION(mkdir);
25662565
ZEND_FUNCTION(rename);
@@ -3198,7 +3197,6 @@ static const zend_function_entry ext_functions[] = {
31983197
ZEND_FE(fseek, arginfo_fseek)
31993198
ZEND_FE(ftell, arginfo_ftell)
32003199
ZEND_FE(fflush, arginfo_fflush)
3201-
ZEND_FE(fsync, arginfo_fflush)
32023200
ZEND_FE(fwrite, arginfo_fwrite)
32033201
ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
32043202
ZEND_FE(mkdir, arginfo_mkdir)

0 commit comments

Comments
 (0)