mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix stream fclose_stdiocast_flush_in_progress type
This commit is contained in:
committed by
Ben Ramsey
parent
a7a6151c4f
commit
e43ffb5023
@@ -207,7 +207,7 @@ struct _php_stream {
|
||||
uint8_t fclose_stdiocast:2;
|
||||
|
||||
/* whether stdio cast flushing is in progress */
|
||||
int8_t fclose_stdiocast_flush_in_progress:1;
|
||||
uint8_t fclose_stdiocast_flush_in_progress:1;
|
||||
|
||||
char mode[16]; /* "rwb" etc. ala stdio */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user