mirror of git://sourceware.org/git/glibc.git
(server-interfaces): Removed notify and device_reply. For shlibs with eager binding, libmachuser.so must not refer to any functions not defined in libc.
This commit is contained in:
parent
1577cd4796
commit
4174072112
|
|
@ -42,9 +42,10 @@ user-interfaces := $(addprefix mach/,mach_interface mach_port mach_host \
|
||||||
memory_object_user \
|
memory_object_user \
|
||||||
memory_object_default \
|
memory_object_default \
|
||||||
exc mach4 \
|
exc mach4 \
|
||||||
|
default_pager default_pager_helper \
|
||||||
)\
|
)\
|
||||||
$(addprefix device/,device device_request)
|
$(addprefix device/,device device_request)
|
||||||
server-interfaces := device/device_reply mach/exc mach/notify
|
server-interfaces := mach/exc
|
||||||
tests := hello
|
tests := hello
|
||||||
# It is important that we do not use the wildcard function to expand
|
# It is important that we do not use the wildcard function to expand
|
||||||
# `err_*.sub'. Leaving the wildcard allows Make-dist to find all matching
|
# `err_*.sub'. Leaving the wildcard allows Make-dist to find all matching
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue