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-192-g6f4fc73


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  6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b (commit)
      from  2dba5ce7b8115d6a2789bf279892263621088e74 (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=6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b

commit 6f4fc73ec9d0d8bc7d8755ff1e54cc51257a110b
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Aug 28 14:16:08 2017 +0200

    hurd: Fix typo
    
    * hurd/Versions: Fix typo.
    * mach/Versions: Fix typo.

diff --git a/hurd/Versions b/hurd/Versions
index 011edc7..392b764 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -131,7 +131,7 @@ libc {
   }
   GLIBC_2.4 {
     # functions used by RPC stubs
-    __stack_chk_fail
+    __stack_chk_fail;
   }
 
   HURD_CTHREADS_0.3 {
diff --git a/mach/Versions b/mach/Versions
index b22fda4..2c0510e 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -56,7 +56,7 @@ libc {
   }
   GLIBC_2.4 {
     # functions used by RPC stubs
-    __stack_chk_fail
+    __stack_chk_fail;
   }
   GLIBC_2.23 {
     __mach_host_self_;

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

Summary of changes:
 hurd/Versions |    2 +-
 mach/Versions |    2 +-
 2 files changed, 2 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]