about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-07 12:58:15 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-07 12:58:15 +0000
commit8bb4abf5cf3700a0be10604240e616a17ed25503 (patch)
treedf7b540820a1a247fad4024ff86e4eb3e031dc9b /sysdeps/unix/sysv/linux/sparc/sparc64/bits
parentc6128ad44350c140545e8236bd92ebda7d22ecab (diff)
downloadglibc-8bb4abf5cf3700a0be10604240e616a17ed25503.tar.gz
glibc-8bb4abf5cf3700a0be10604240e616a17ed25503.tar.xz
glibc-8bb4abf5cf3700a0be10604240e616a17ed25503.zip
Update.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
	__off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64/bits')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h1
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 774e7dbd30..6a4133da20 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
@@ -52,6 +52,7 @@ typedef __u_long __ino_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.  */
+typedef __int64_t  __off64_t;		/*  "" (LFS) */
 typedef __quad_t __loff_t;		/* Type of file sizes and offsets.  */
 typedef int __pid_t;			/* Type of process identifications.  */
 typedef long long int __ssize_t;	/* Type of a byte count, or error.  */