Re: [RFC] posix: Export posix_spawn_file_actions_{addchdir, addfchdir} (BZ 34437)

Bruno Haible via Gnulib discussion list <[email protected]> Wed, 05 Aug 2026 22:15:20 +0200
Newsgroups gmane.comp.lib.gnulib.bugs,gmane.comp.lib.glibc.alpha
Message-ID <4408277.qSoW2BAyJ8@cagnes>
Hi Adhemerval,

Thank you for working on this.

> it breaks our previous policy of not adding retroactively symbols.

Why not version 2.44.1 ? I guess the symbol versioning mechanism must support
version numbers of the form <major>.<minor>.<subminor>, because in the past,
some symbols were assigned to versions GLIBC_2.3.3 or GLIBC_2.3.4, for
instance.

The patch looks good to me (from reviewing it; I haven't tested it).

Bruno