1/* Versions of the 'struct stat' data structure used in compatibility xstat
2 functions. */
3#ifndef __x86_64__
4# define _STAT_VER_LINUX_OLD 1
5# define _STAT_VER_KERNEL 1
6# define _STAT_VER_SVR4 2
7# define _STAT_VER_LINUX 3
8# define _MKNOD_VER_LINUX 1
9# define _MKNOD_VER_SVR4 2
10#else
11# define _STAT_VER_KERNEL 0
12# define _STAT_VER_LINUX 1
13# define _MKNOD_VER_LINUX 0
14#endif
15#define _STAT_VER _STAT_VER_LINUX
16#define _MKNOD_VER _MKNOD_VER_LINUX
17

source code of glibc/sysdeps/unix/sysv/linux/x86/xstatver.h