gcc/libstdc++-v3/config/io
Tianqiang Shuai bb4f8f14ed 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.

libstdc++-v3/ChangeLog:

	* config/io/basic_file_stdio.cc (xwrite) [USE_STDIO_PURE]: Fix
	first argument.
2023-07-06 21:41:44 +01:00
..
basic_file_stdio.cc libstdc++: Fix fwrite error parameter 2023-07-06 21:41:44 +01:00
basic_file_stdio.h Update copyright years. 2023-01-16 11:52:17 +01:00
c_io_stdio.h Update copyright years. 2023-01-16 11:52:17 +01:00