mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
Update.
* sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
This commit is contained in:
parent
eee868c3c7
commit
96beb56332
@ -1,5 +1,7 @@
|
||||
2002-02-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
|
||||
|
||||
* sysdeps/i386/dl-tls.h (__tls_get_addr): Call
|
||||
___tls_get_addr_internal.
|
||||
(___tls_get_addr_internal): Define as alias for ___tls_get_addr.
|
||||
|
@ -36,7 +36,7 @@
|
||||
struct stat
|
||||
{
|
||||
__dev_t st_dev; /* Device. */
|
||||
unsigned int __pad1;
|
||||
unsigned short int __pad1;
|
||||
#ifndef __USE_FILE_OFFSET64
|
||||
__ino_t st_ino; /* File serial number. */
|
||||
#else
|
||||
@ -47,7 +47,7 @@ struct stat
|
||||
__uid_t st_uid; /* User ID of the file's owner. */
|
||||
__gid_t st_gid; /* Group ID of the file's group.*/
|
||||
__dev_t st_rdev; /* Device number, if device. */
|
||||
unsigned int __pad2;
|
||||
unsigned short int __pad2;
|
||||
#ifndef __USE_FILE_OFFSET64
|
||||
__off_t st_size; /* Size of file, in bytes. */
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user