summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-09 21:23:21 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-09 21:23:21 +0000
commitadd27d6620364cc582001ecae2896345148e548f (patch)
treedd435d539182a12783c555a9a83f7d5bf6964c2e /ChangeLog
parent931786ee34dcd0802f5963ffa3dc394140ec9cd0 (diff)
* sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Use i386/xstat.c.
* sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: Use i386/fxstat.c. * sysdeps/unix/sysv/linux/sparc/sparc64/lxstatat.c: Use i386/lxstat.c. (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL) Don't define
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f78584f8a8..25d5fa4c72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,15 +13,15 @@
_HAVE_STAT64___UNUSED3, _HAVE_STAT64___UNUSED4,
_HAVE_STAT64___UNUSED5, _HAVE_STAT64___PAD1, _HAVE_STAT64___PAD2):
Remove.
- * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Include i386 version.
- * sysdeps/unix/sysv/linux/sparc/sparc64/lxstat.c: Likewise.
- * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Use i386/xstat.c.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: Use i386/fxstat.c.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/lxstatat.c: Use i386/lxstat.c.
* sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: New file.
* sysdeps/unix/sysv/linux/sparc/bits/stat.h (struct stat,
struct stat64): Add nsec resolution for 64-bit code like already done
for 32-bit code.
* sysdeps/unix/sysv/linux/kernel-features.h
- (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL): Don't define
+ (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL) Don't define
for sparc64.
(__ASSUME_STAT64_SYSCALL): Only define for sparc64 for >= 2.6.12
kernels.