在 2021-05-01 13:41, Biswapriyo Nath 写道:
The `void *_Placeholder` was added in struct _iobuf in stdio.h only.
But struct _iobuf is declared in other three headers also. Thoughts
attached.



How about removing the struct definition? It looks unused, except by the 
typedef. So this

  ```
  typedef struct _iobuf FILE;
  ```

probably just works, and doesn't cause errors if the same declaration is 
enocuntered multiple times.



--
Best regards,
Liu Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to