Re: [PATCH 2/2] posix: Add POSIX posix_spawn_file_actions_add{,f}chdir
Adhemerval Zanella Netto <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 01/09/26 16:25, Andreas K. Huettel wrote: >> diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist >> index 0166703bdb..9a001227d6 100644 >> --- a/sysdeps/mach/hurd/i386/libc.abilist >> +++ b/sysdeps/mach/hurd/i386/libc.abilist >> @@ -727,7 +727,7 @@ GLIBC_2.2.6 _libc_intl_domainname D 0x5 >> GLIBC_2.2.6 _longjmp F >> GLIBC_2.2.6 _mcleanup F >> GLIBC_2.2.6 _mcount F >> -GLIBC_2.2.6 _nl_default_dirname D 0xe >> +GLIBC_2.2.6 _nl_default_dirname D 0x12 >> GLIBC_2.2.6 _nl_domain_bindings D 0x4 >> GLIBC_2.2.6 _nl_msg_cat_cntr D 0x4 >> GLIBC_2.2.6 _null_auth D 0xc > > ^ that looks like a leftover from some other change? > >> @@ -2835,6 +2835,8 @@ GLIBC_2.44 timer_delete F >> GLIBC_2.44 timer_getoverrun F >> GLIBC_2.44 timer_gettime F >> GLIBC_2.44 timer_settime F >> +GLIBC_2.45 posix_spawn_file_actions_addchdir F >> +GLIBC_2.45 posix_spawn_file_actions_addfchdir F >> GLIBC_2.5 __readlinkat_chk F >> GLIBC_2.5 inet6_opt_append F >> GLIBC_2.5 inet6_opt_find F >> diff --git a/sysdeps/mach/hurd/x86_64/libc.abilist b/sysdeps/mach/hurd/x86_64/libc.abilist >> index 0262a079aa..7c80f7441a 100644 >> --- a/sysdeps/mach/hurd/x86_64/libc.abilist >> +++ b/sysdeps/mach/hurd/x86_64/libc.abilist >> @@ -611,7 +611,7 @@ GLIBC_2.38 _libc_intl_domainname D 0x5 >> GLIBC_2.38 _longjmp F >> GLIBC_2.38 _mcleanup F >> GLIBC_2.38 _mcount F >> -GLIBC_2.38 _nl_default_dirname D 0xe >> +GLIBC_2.38 _nl_default_dirname D 0x12 >> GLIBC_2.38 _nl_domain_bindings D 0x8 >> GLIBC_2.38 _nl_msg_cat_cntr D 0x4 >> GLIBC_2.38 _obstack_allocated_p F > > ^ same? Yeah, I run a make update-abi on Hurd build without taking care this is wrong on these platforms.