mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1999-02-10 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/kernel_stat.h: Define _NO_LFS___PAD1. * sysdeps/unix/sysv/linux/xstatconv.c (xstat64_conv): Don't initialize __pad1 if _NO_LFS___PAD1 is defined. * sysdeps/unix/sysv/linux/bits/stat.h: Remove __pad1 from stat64 definition. * sysdeps/unix/sysv/linux/bits/types.h: Change __ino64_t to 64 bits. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
This commit is contained in:
@ -4,6 +4,7 @@ struct kernel_stat
|
||||
unsigned short int st_dev;
|
||||
unsigned short int __pad1;
|
||||
#define _HAVE___PAD1
|
||||
#define _NO_LFS___PAD1
|
||||
unsigned long int st_ino;
|
||||
unsigned short int st_mode;
|
||||
unsigned short int st_nlink;
|
||||
|
Reference in New Issue
Block a user