semtimedop: add time64 syscall support, decouple 32-bit time_t
[musl] / src / internal / stdio_impl.h
index 055ef71..d7398f5 100644 (file)
@@ -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;