[PATCH v2 04/14] nptl: Remove open from libpthread

Florian Weimer fw@deneb.enyo.de
Thu Mar 25 13:46:11 GMT 2021


* Adhemerval Zanella via Libc-alpha:

> diff --git a/sysdeps/mach/hurd/i386/ld.abilist b/sysdeps/mach/hurd/i386/ld.abilist
> index 7e20c5e7ce..a2a16523b5 100644
> --- a/sysdeps/mach/hurd/i386/ld.abilist
> +++ b/sysdeps/mach/hurd/i386/ld.abilist
> @@ -3,8 +3,6 @@ GLIBC_2.2.6 __errno_location F
>  GLIBC_2.2.6 __getpid F
>  GLIBC_2.2.6 __libc_stack_end D 0x4
>  GLIBC_2.2.6 __mmap F
> -GLIBC_2.2.6 __open F
> -GLIBC_2.2.6 __open64 F
>  GLIBC_2.2.6 __pread64 F
>  GLIBC_2.2.6 __read F
>  GLIBC_2.2.6 __sbrk F

This change seems unintended.  It causes elf/check-abi-ld to fail on
i686-gnu.

If you drop this part, I think the patch is okay.


More information about the Libc-alpha mailing list