diff options
author | Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> | 2022-10-19 19:14:30 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-07 14:40:36 -0300 |
commit | fea7abbc23d47e5d4f4077dcee0aa35a8ce66800 (patch) | |
tree | a29615ee9a45f9c16b6139dac6b3a136e0a46156 /sysdeps/unix/sysv/linux/generic/xstatver.h | |
parent | 71e4344f2568c53d7d7a122ae2b4196c1d2b8ae0 (diff) | |
download | glibc-fea7abbc23d47e5d4f4077dcee0aa35a8ce66800.tar.gz glibc-fea7abbc23d47e5d4f4077dcee0aa35a8ce66800.tar.xz glibc-fea7abbc23d47e5d4f4077dcee0aa35a8ce66800.zip |
Linux: make generic xstatver.h the default one
And copy the current default one to required ABIs. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic/xstatver.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/xstatver.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/xstatver.h b/sysdeps/unix/sysv/linux/generic/xstatver.h deleted file mode 100644 index d8fd35beb6..0000000000 --- a/sysdeps/unix/sysv/linux/generic/xstatver.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Versions of the 'struct stat' data structure used in compatibility xstat - functions. */ -#define _STAT_VER_KERNEL 0 -#define _STAT_VER_LINUX 0 -#define _STAT_VER _STAT_VER_KERNEL - -/* Versions of the 'xmknod' interface used in compatibility xmknod - functions. */ -#define _MKNOD_VER_LINUX 0 -#define _MKNOD_VER _MKNOD_VER_LINUX |