diff options
| author | apocelipes <[email protected]> | 2026-08-06 18:30:22 +0800 |
|---|---|---|
| committer | apocelipes <[email protected]> | 2026-08-06 18:30:22 +0800 |
| commit | 4fb5874898c4f7bc4ff5e9fe15f3ba7e5c3f02ed (patch) | |
| tree | ad133de97c075542a326aeb065acd80e810939b8 /core/src/xmake/binutils/ar | |
| parent | 53c06b72cc8b1521aae266543aee634c917a030f (diff) | |
fix: fix deprecated warnings
Replace all functions marked as deprecated by tbox.
Diffstat (limited to 'core/src/xmake/binutils/ar')
| -rw-r--r-- | core/src/xmake/binutils/ar/extractlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/ar/extractlib.c b/core/src/xmake/binutils/ar/extractlib.c index d9629394a..830eb3275 100644 --- a/core/src/xmake/binutils/ar/extractlib.c +++ b/core/src/xmake/binutils/ar/extractlib.c @@ -212,7 +212,7 @@ tb_bool_t xm_binutils_ar_extract(tb_stream_ref_t istream, tb_char_t const *outpu ok = tb_false; } - tb_stream_clos(ostream); + tb_stream_close(ostream); tb_stream_exit(ostream); tb_check_break(ok); |
