mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2000-06-16 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/xstat.c: New file. * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file. * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file. * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest kernel change. * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t, __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data structure. Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel implementation. 2000-06-15 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted. 2000-06-08 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
/* 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