This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-1018-gc267053


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c26705334c4f46420fff2d2cad4f3f37b51d7db6 (commit)
      from  40e45bd5d696c63e6227214179e7e601b60c93e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c26705334c4f46420fff2d2cad4f3f37b51d7db6

commit c26705334c4f46420fff2d2cad4f3f37b51d7db6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed May 23 12:52:56 2012 +0000

    Add comments suggesting moving some functions to syscalls.list.

diff --git a/ChangeLog b/ChangeLog
index 5aef24f..87dc911 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.
diff --git a/sysdeps/unix/sysv/linux/powerpc/chown.c b/sysdeps/unix/sysv/linux/powerpc/chown.c
index be6a828..4e3e495 100644
--- a/sysdeps/unix/sysv/linux/powerpc/chown.c
+++ b/sysdeps/unix/sysv/linux/powerpc/chown.c
@@ -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
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
index e06de3b..ed4708f 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
@@ -27,6 +27,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pread (fd, buf, count, offset)
      int fd;
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
index 80c2d2c..63ba30d 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
@@ -26,6 +26,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pread64 (fd, buf, count, offset)
      int fd;
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
index 57458b4..68f26df 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
@@ -27,6 +27,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pwrite (fd, buf, count, offset)
      int fd;
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
index 75344df..71ffa17 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
@@ -26,6 +26,8 @@
 #include <kernel-features.h>
 
 
+/* Consider moving to syscalls.list.  */
+
 ssize_t
 __libc_pwrite64 (fd, buf, count, offset)
      int fd;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    7 +++++++
 sysdeps/unix/sysv/linux/powerpc/chown.c            |    2 ++
 sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c  |    2 ++
 .../unix/sysv/linux/powerpc/powerpc64/pread64.c    |    2 ++
 sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c |    2 ++
 .../unix/sysv/linux/powerpc/powerpc64/pwrite64.c   |    2 ++
 6 files changed, 17 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]