Add task_notify to mach_interface_list

* sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
This commit is contained in:
Samuel Thibault 2015-10-08 02:14:43 +02:00
parent 8afdb7ac1e
commit 58a3a98d8f
3 changed files with 6 additions and 2 deletions

View File

@ -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]

View 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

View 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