mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
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:
26
sysdeps/unix/sysv/linux/ia64/kernel_stat.h
Normal file
26
sysdeps/unix/sysv/linux/ia64/kernel_stat.h
Normal 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
|
Reference in New Issue
Block a user