diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 15:23:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-07 15:23:31 +0000 |
commit | 0302fece014004a2df366dacc2b8e9416264a978 (patch) | |
tree | f86a7d2d974305cb60123e6ecce0b5e9e674553b /sysdeps/unix/sysv/linux | |
parent | 8bb4abf5cf3700a0be10604240e616a17ed25503 (diff) | |
download | glibc-0302fece014004a2df366dacc2b8e9416264a978.tar.gz glibc-0302fece014004a2df366dacc2b8e9416264a978.tar.xz glibc-0302fece014004a2df366dacc2b8e9416264a978.zip |
Update.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add __ino64_t definition.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h index 6a4133da20..88638143d6 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h @@ -49,6 +49,7 @@ typedef __u_long __dev_t; /* Type of device numbers. */ typedef __u_int __uid_t; /* Type of user identifications. */ typedef __u_int __gid_t; /* Type of group identifications. */ typedef __u_long __ino_t; /* Type of file serial numbers. */ +typedef __u_long __ino64_t; /* Type of file serial numbers. */ typedef __u_int __mode_t; /* Type of file attribute bitmasks. */ typedef __u_int __nlink_t; /* Type of file link counts. */ typedef long int __off_t; /* Type of file sizes and offsets. */ |