(root)/
glibc-2.38/
sysdeps/
unix/
sysv/
linux/
ia64/
xstatver.h
       1  /* Versions of the 'struct stat' data structure used in compatibility xstat
       2     functions.  */
       3  #define _STAT_VER_KERNEL	0
       4  #define _STAT_VER_LINUX		1
       5  #define _STAT_VER		_STAT_VER_LINUX
       6  
       7  /* Versions of the 'xmknod' interface used in compatibility xmknod
       8     functions.  */
       9  #define _MKNOD_VER_LINUX	0
      10  #define _MKNOD_VER		_MKNOD_VER_LINUX