From 66fd2c680c016217945b5b4b34f7696d63f04e38 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 12 Nov 2025 14:20:50 +0100 Subject: [PATCH] Record _IO_FILE internal ABI change in glibc.abignore This change is masked for !_LIBC, but it still shows up in glibc's on uses of FILE * as an abdiff change. Related: RHEL-119428 --- glibc.abignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glibc.abignore b/glibc.abignore index 8af26de..a7230ab 100644 --- a/glibc.abignore +++ b/glibc.abignore @@ -1,5 +1,6 @@ [suppress_type] - # From glibc-2.39-58 related to RHEL-119409 + # From glibc-2.39-58 related to RHEL-119409, RHEL-119428. + # Multiple changes related to _short_backupbuf, _total_written. type_kind = struct name = _IO_FILE - has_data_member_inserted_between = {offset_of(_flags2), offset_of(_old_offset)} + accessed_through = pointer