]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add task_notify to mach_interface_list
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 8 Oct 2015 00:14:43 +0000 (02:14 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 8 Oct 2015 00:14:43 +0000 (02:14 +0200)
* sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.

ChangeLog
sysdeps/mach/configure
sysdeps/mach/configure.ac

index 821168246e4642f9319bc41e5d6edc0dd68bdcfd..7297ecc99466c452f22b747ce7d11f8bbaebd589 100644 (file)
--- 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]
index 4d2a4e3658d821db9572da1e69f5a7d7838289be..632a9c9fa47d02d0321e5188098a9553c4606e5b 100644 (file)
@@ -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
index 00b660c550c3d47348c3be664ae131a041f02de6..3033fec946f8e041209c16d0da6ea537bfadb8ca 100644 (file)
@@ -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