gcc/libstdc++-v3/config
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
..
abi c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720] 2023-06-03 21:49:00 -04:00
allocator Update copyright years. 2023-01-16 11:52:17 +01:00
cpu Update copyright years. 2023-01-16 11:52:17 +01:00
io libstdc++: Fix fwrite error parameter 2023-07-06 21:41:44 +01:00
locale Update copyright years. 2023-01-16 11:52:17 +01:00
os libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882] 2023-03-09 16:11:40 +00:00