[PATCH 2/2] Linux: Convert '__close_nocancel_nostatus' to a standalone handler
Florian Weimer
fweimer@redhat.com
Fri Jun 20 07:03:49 GMT 2025
* Maciej W. Rozycki:
> Index: glibc/sysdeps/unix/sysv/linux/Versions
> ===================================================================
> --- glibc.orig/sysdeps/unix/sysv/linux/Versions
> +++ glibc/sysdeps/unix/sysv/linux/Versions
> @@ -339,6 +339,7 @@ libc {
> __read_nocancel;
> __pread64_nocancel;
> __close_nocancel;
> + __close_nocancel_nostatus;
> __sigtimedwait;
> # functions used by nscd
> __netlink_assert_response;
The export is needed for nss_db, apparently.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
More information about the Libc-alpha
mailing list