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-341-g58a3a98


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  58a3a98d8f3488b659318b1a1c6efc169a6f06bf (commit)
      from  8afdb7ac1ecadf82abdb16a5fcfadf9537ca3d84 (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=58a3a98d8f3488b659318b1a1c6efc169a6f06bf

commit 58a3a98d8f3488b659318b1a1c6efc169a6f06bf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Oct 8 02:14:43 2015 +0200

    Add task_notify to mach_interface_list
    
    * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.

diff --git a/ChangeLog b/ChangeLog
index 8211682..7297ecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
+
 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #19088]
diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
index 4d2a4e3..632a9c9 100644
--- a/sysdeps/mach/configure
+++ b/sysdeps/mach/configure
@@ -284,7 +284,7 @@ fi
 mach_interface_list=
 for ifc in mach mach4 \
 	   clock clock_priv host_priv host_security ledger lock_set \
-	   processor processor_set task thread_act vm_map \
+	   processor processor_set task task_notify thread_act vm_map \
 	   memory_object memory_object_default default_pager \
 	   i386/mach_i386 \
 	   ; do
diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac
index 00b660c..3033fec 100644
--- a/sysdeps/mach/configure.ac
+++ b/sysdeps/mach/configure.ac
@@ -61,7 +61,7 @@ dnl
 mach_interface_list=
 for ifc in mach mach4 \
 	   clock clock_priv host_priv host_security ledger lock_set \
-	   processor processor_set task thread_act vm_map \
+	   processor processor_set task task_notify thread_act vm_map \
 	   memory_object memory_object_default default_pager \
 	   i386/mach_i386 \
 	   ; do

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

Summary of changes:
 ChangeLog                 |    4 ++++
 sysdeps/mach/configure    |    2 +-
 sysdeps/mach/configure.ac |    2 +-
 3 files changed, 6 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]