diff options
| -rw-r--r-- | src/internal/stdio_impl.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/internal/stdio_impl.h b/src/internal/stdio_impl.h index 055ef718..d7398f59 100644 --- a/src/internal/stdio_impl.h +++ b/src/internal/stdio_impl.h @@ -34,11 +34,9 @@ struct _IO_FILE {  	int fd;  	int pipe_pid;  	long lockcount; -	short dummy3; -	signed char mode; -	signed char lbf; +	int mode;  	volatile int lock; -	volatile int waiters; +	int lbf;  	void *cookie;  	off_t off;  	char *getln_buf; | 
