]> git.ipfire.org Git - thirdparty/glibc.git/commit
Revert "linux: Move xmknod{at} to compat symbols"
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 22 Oct 2020 18:24:12 +0000 (15:24 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 2 Dec 2020 17:45:22 +0000 (14:45 -0300)
commitf147616d6891a3726ff39b7c3bc1539c86667626
treebd5311dfe6400c394d1d23a61a9b7760ff4d0724
parent22edf4d4b2fe9bfb4bd7376467d0958e22b04f23
Revert "linux: Move xmknod{at} to compat symbols"

This reverts commit 81b83ff61f95f30ad53d6075247af0ea61a0b16e to move
__xmknod{at} back to default symbols.  ABIs with default symbol version
of 2.33 or newer (such as riscv32) continue to just provide the mknod*
symbols.

The idea is to not force static libraries built against old glibc
to update against new glibcs (since they reference the the
xmknod{at} symbols).

Checked on x86_64-linux-gnu and i686-linux-gnu.
sysdeps/unix/sysv/linux/xmknod.c
sysdeps/unix/sysv/linux/xmknodat.c