Re: Re: [PATCH] libstdc++: Fix fwrite error parameter
Thanks a lot.
[PATCH] libstdc++: Fix fwrite error parameter
the first parameter of fwrite should be the const char* __s which want write to FILE *__file, rather than the FILE *__file write to the FILE *__file. 0001-Fix-fwrite-error-parameter.txt Description: Binary data
[PATCH] libstdc++: Fix fwrite error parameter
the first parameter of fwrite should be the const char* __s which want write to FILE *__file, rather than the FILE *__file write to the FILE *__file. 0001-Fix-fwrite-error-parameter.txt Description: Binary data