This fixes build/run against the latest 2.44 commits for GNU/Hurd Samuel Thibault (3): hurd: Add __fstatat64 to dl-sysdep.c hurd: Add __readlink and readlink to dl-sysdep.c hurd: demangle pointers on fork's longjmp
sysdeps/mach/hurd/Versions | 4 +- sysdeps/mach/hurd/dl-sysdep.c | 53 ++++++++++++++++++++++++++ sysdeps/mach/hurd/i386/ld.abilist | 1 + sysdeps/mach/hurd/i386/localplt.data | 2 + sysdeps/mach/hurd/i386/longjmp-ts.c | 5 +++ sysdeps/mach/hurd/x86_64/ld.abilist | 1 + sysdeps/mach/hurd/x86_64/localplt.data | 2 + sysdeps/mach/hurd/x86_64/longjmp-ts.c | 5 +++ 8 files changed, 72 insertions(+), 1 deletion(-) -- 2.53.0
