1
0
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:
Jakub Zelenka
2023-11-17 13:33:51 +00:00
committed by Ben Ramsey
parent a7a6151c4f
commit e43ffb5023

View File

@@ -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 */