summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-23 12:52:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-23 12:52:56 +0000
commitc26705334c4f46420fff2d2cad4f3f37b51d7db6 (patch)
treede7d26178eca49e339901c73350a0dd140fece34 /ChangeLog
parent40e45bd5d696c63e6227214179e7e601b60c93e3 (diff)
downloadglibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.tar.gz
glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.tar.xz
glibc-c26705334c4f46420fff2d2cad4f3f37b51d7db6.zip
Add comments suggesting moving some functions to syscalls.list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aef24f3c3..87dc911397 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
+	move to syscalls.list.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
+
 	* manual/install.texi (Running make install): Do not mention Linux
 	kernel version for which pt_chown is not needed.
 	(Linux): Do not mention problems with nscd with 2.0 kernels.