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.26.9000-778-gf97773d


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  f97773d1e7cf65bbbfd8fa173096eb6144d9e47e (commit)
      from  7b0fb8706c07a38c8bb9999bd4c4563f07e2495f (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=f97773d1e7cf65bbbfd8fa173096eb6144d9e47e

commit f97773d1e7cf65bbbfd8fa173096eb6144d9e47e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 16 17:51:54 2017 +0000

    Update kernel version in syscall-names.list to 4.14.
    
    Linux 4.14 does not add any new syscalls; this patch updates the
    version number in syscall-names.list to reflect that it's still
    current for 4.14.
    
    Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
    4.14).
    
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
    	version to 4.14.

diff --git a/ChangeLog b/ChangeLog
index f6bdc7a..b0d0e70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-16  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
+	version to 4.14.
+
 2017-11-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* INSTALL: Fix botched up regeneration.
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index 584a762..782ae5d 100644
--- a/sysdeps/unix/sysv/linux/syscall-names.list
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
@@ -22,8 +22,8 @@
 # names are only used if the installed kernel headers also provide
 # them.
 
-# The list of system calls is current as of Linux 4.13.
-kernel 4.13
+# The list of system calls is current as of Linux 4.14.
+kernel 4.14
 
 FAST_atomic_update
 FAST_cmpxchg

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

Summary of changes:
 ChangeLog                                  |    5 +++++
 sysdeps/unix/sysv/linux/syscall-names.list |    4 ++--
 2 files changed, 7 insertions(+), 2 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]