1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-06-12  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
	* sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
	* sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.

	* sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
	* sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
	* sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
This commit is contained in:
Ulrich Drepper
2000-06-12 22:13:56 +00:00
parent 3846ef75cf
commit 30010c6399
11 changed files with 542 additions and 0 deletions

View File

@ -0,0 +1,26 @@
/* Definition of `struct stat' used in the kernel. */
struct kernel_stat {
unsigned int st_dev;
unsigned int st_ino;
unsigned int st_mode;
unsigned int st_nlink;
unsigned int st_uid;
unsigned int st_gid;
unsigned int st_rdev;
unsigned int __pad1;
unsigned long st_size;
unsigned long st_atime;
unsigned long st_mtime;
unsigned long st_ctime;
unsigned int st_blksize;
int st_blocks;
unsigned int __unused1;
unsigned int __unused2;
};
#define _HAVE___PAD1
#define _HAVE___UNUSED1
#define _HAVE___UNUSED2
#define XSTAT_IS_XSTAT64 1