(_STAT_VER_KERNEL): Added.

This commit is contained in:
Ulrich Drepper 1998-11-28 21:04:33 +00:00
parent ff87e21b31
commit 8c0829162b

View File

@ -22,15 +22,17 @@
/* Versions of the `struct stat' data structure. */
#define _STAT_VER_LINUX_OLD 1
#define _STAT_VER_KERNEL 1
#define _STAT_VER_SVR4 2
#define _STAT_VER_LINUX 3
#define _STAT_VER _STAT_VER_LINUX /* The one defined below. */
#define _STAT_VER _STAT_VER_LINUX /* The one defined below. */
/* Versions of the `xmknod' interface. */
#define _MKNOD_VER_LINUX 1
#define _MKNOD_VER_SVR4 2
#define _MKNOD_VER _MKNOD_VER_LINUX /* The bits defined below. */
/* Structure describing file characteristics. */
struct stat
{