]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add comments suggesting moving some functions to syscalls.list.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 23 May 2012 12:52:56 +0000 (12:52 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 23 May 2012 12:52:56 +0000 (12:52 +0000)
ChangeLog
sysdeps/unix/sysv/linux/powerpc/chown.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c

index 5aef24f3c3772b8e247a5d57d5c6489ce7fa3564..87dc9113973d614723416bc477857fa40849005a 100644 (file)
--- 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.
index be6a828f9b58caadcd2de3c20fc971b02bbe15cb..4e3e49549d273af9eae4a36681c679ca257ba321 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <kernel-features.h>
 
+/* Consider moving to syscalls.list.  */
+
 /*
   In Linux 2.1.x the chown functions have been changed.  A new function lchown
   was introduced.  The new chown now follows symlinks - the old chown and the
index e06de3bfe49766a974352025a89d7ee27658206b..ed4708f2dee6b9a7b8c66175138ab802157878ae 100644 (file)
@@ -27,6 +27,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pread (fd, buf, count, offset)
      int fd;
index 80c2d2c8a3c49a8d6e9acf313b5bd39ccae52810..63ba30df297b703a54de4fe54c8f0f681e6f4b7f 100644 (file)
@@ -26,6 +26,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pread64 (fd, buf, count, offset)
      int fd;
index 57458b43c565292d801cd05c1e81ee4b58f934ff..68f26dfb7e2c8d4ece7174cbfbadb1ddcc516624 100644 (file)
@@ -27,6 +27,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pwrite (fd, buf, count, offset)
      int fd;
index 75344dfd26864d32ad7e5b48a48e8ed79912c6f1..71ffa17c5befd8999b7adc2873edd041b02a2b63 100644 (file)
@@ -26,6 +26,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pwrite64 (fd, buf, count, offset)
      int fd;