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
parent 6734880ef5
commit 4da89d86ec

View File

@@ -212,7 +212,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 */