mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-14 11:13:29 +00:00

* tools/coreutils: update to 9.3 * tools/cpio: update to 2.15 * libjson-c: update to 0.17 * gettext-full: fix clang build errors * toolchain: gcc: update to 13.3 * tools: b43-tools: fix compilation with GCC14
12 lines
338 B
Diff
12 lines
338 B
Diff
--- a/libtextstyle/lib/iconv-ostream.c
|
|
+++ b/libtextstyle/lib/iconv-ostream.c
|
|
@@ -231,7 +231,7 @@ iconv_ostream__write_mem (iconv_ostream_t stream, const void *data, size_t len)
|
|
}
|
|
|
|
static void
|
|
-iconv_ostream__flush (iconv_ostream_t stream)
|
|
+iconv_ostream__flush (iconv_ostream_t stream, ostream_flush_scope_t scope)
|
|
{
|
|
abort ();
|
|
}
|