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.22-281-gc77dd7e


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  c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb (commit)
      from  51a3985d9743b191b7bc0025563c211bfa9b1b8b (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=c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb

commit c77dd7eb9b7f7cf87fdb1c0f6f1922d8735412eb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Sep 22 02:02:20 2015 +0200

    Add missing __mach_host_self_ symbol in Versions
    
    	* mach/Versions (__mach_host_self_): Add symbol.

diff --git a/ChangeLog b/ChangeLog
index ff32d15..08ea1a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* mach/Versions (__mach_host_self_): Add symbol.
+
 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
diff --git a/mach/Versions b/mach/Versions
index 45260c7..0097aad 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -54,6 +54,9 @@ libc {
     # This was always there, but not exported as it should have been.
     mig_strncpy;
   }
+  GLIBC_2.23 {
+    __mach_host_self_;
+  }
 
   HURD_CTHREADS_0.3 {
     __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock;

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

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