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.18-892-g27e839f


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  27e839f6f068b6109c6bf2f634f4426b48723218 (commit)
      from  f877c4f2bf2ebc9ecd3e099e33fc4184f4fcac1a (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=27e839f6f068b6109c6bf2f634f4426b48723218

commit 27e839f6f068b6109c6bf2f634f4426b48723218
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed Feb 5 10:33:42 2014 -0500

    Fix comment in kernel-features.h.
    
    Use "was" not "were."

diff --git a/ChangeLog b/ChangeLog
index a75fb0f..9aa314e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
 
+	* sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
+
 	* sysdeps/unix/sysv/linux/kernel-features.h
 	[__LINUX_KERNEL_VERSION >= 0x020621]
 	(__ASSUME_PROC_PID_TASK_COMM): Define.
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index aabf69d..784f4dd 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -202,7 +202,7 @@
 # define __ASSUME_RECVMMSG	1
 #endif
 
-/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm were
+/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm was
    added in 2.6.33.  */
 #if __LINUX_KERNEL_VERSION >= 0x020621
 # define __ASSUME_PROC_PID_TASK_COMM	1

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

Summary of changes:
 ChangeLog                                 |    2 ++
 sysdeps/unix/sysv/linux/kernel-features.h |    2 +-
 2 files changed, 3 insertions(+), 1 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]