io: Remove xmknod{at} implementations
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 26 Oct 2020 11:58:01 +0000 (08:58 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 29 Dec 2020 19:44:16 +0000 (16:44 -0300)
commit99468ed45f5a58f584bab60364af937eb6f8afda
treec4f743f79860cbee8dd9ff5ec19cd46edb5edcc1
parent4d97cc8cf3da925fd06fc37d4daebafce3247719
io: Remove xmknod{at} implementations

With xmknod wrapper functions removed (589260cef8), the mknod functions
are now properly exported, and version is done using symbols versioning
instead of the extra _MKNOD_* argument.

It also allows us to consolidate Linux and Hurd mknod implementation.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
io/Makefile
io/mknod.c
io/mknodat.c
io/xmknod.c [deleted file]
io/xmknodat.c [deleted file]
sysdeps/mach/hurd/Makefile
sysdeps/mach/hurd/mknod.c [deleted file]
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/mknod.c [deleted file]