Add task_notify to mach_interface_list
* sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
This commit is contained in:
parent
8afdb7ac1e
commit
58a3a98d8f
@ -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]
|
||||
|
2
sysdeps/mach/configure
vendored
2
sysdeps/mach/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user