From: Samuel Thibault Date: Thu, 8 Oct 2015 00:14:43 +0000 (+0200) Subject: Add task_notify to mach_interface_list X-Git-Tag: glibc-2.23~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a3a98d8f3488b659318b1a1c6efc169a6f06bf;p=thirdparty%2Fglibc.git Add task_notify to mach_interface_list * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify. --- diff --git a/ChangeLog b/ChangeLog index 821168246e4..7297ecc9946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-08 Samuel Thibault + + * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify. + 2015-10-07 Joseph Myers [BZ #19088] diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 4d2a4e3658d..632a9c9fa47 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 00b660c550c..3033fec946f 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