about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-09 21:30:48 +0000
committerRoland McGrath <roland@gnu.org>2006-01-09 21:30:48 +0000
commit51a83588692aeee6ef294002cf4a0df3ef270d60 (patch)
tree03ff1445704d5d643681bc0a61b771543bee3298 /ChangeLog
parent3c23845205e2daba25ecc29dcef460b67938165c (diff)
downloadglibc-51a83588692aeee6ef294002cf4a0df3ef270d60.tar.gz
glibc-51a83588692aeee6ef294002cf4a0df3ef270d60.tar.xz
glibc-51a83588692aeee6ef294002cf4a0df3ef270d60.zip
typos
	* sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c:
	Use i386/fxstatat.c.
	* sysdeps/unix/sysv/linux/sparc/sparc64/lxstatat.c:
	Use i386/lxstatat.c.
	(__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL): Don't define
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 25d5fa4c72..3445b7a613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,14 +14,16 @@
 	_HAVE_STAT64___UNUSED5, _HAVE_STAT64___PAD1, _HAVE_STAT64___PAD2):
 	Remove.
 	* 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/fxstatat.c:
+	Use i386/fxstatat.c.
+	* sysdeps/unix/sysv/linux/sparc/sparc64/lxstatat.c:
+	Use i386/lxstatat.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.