diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-20 01:36:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-20 01:36:28 +0000 |
commit | 0289ab3b1b4c9faeab1f22f3dad9a2783f1266c5 (patch) | |
tree | 4bfa443ec0507f38f29190dde74114a961d7f22b /sysdeps/unix/sysv/linux/ia64/kernel_stat.h | |
parent | d2dfc5de011fb525161b85a1408f716a2ea358cc (diff) | |
download | glibc-0289ab3b1b4c9faeab1f22f3dad9a2783f1266c5.tar.gz |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/kernel_stat.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/kernel_stat.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/kernel_stat.h b/sysdeps/unix/sysv/linux/ia64/kernel_stat.h deleted file mode 100644 index a695c1aac7..0000000000 --- a/sysdeps/unix/sysv/linux/ia64/kernel_stat.h +++ /dev/null @@ -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 |