mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Remove duplicate symbol version
* hurd/Versions (GLIBC_2.4): Remove __stack_chk_fail. * mach/Versions (GLIBC_2.4): Remove __stack_chk_fail.
This commit is contained in:
parent
6f4fc73ec9
commit
45a4f49ee5
@ -39,8 +39,6 @@
|
||||
* hurd/stack_chk_fail_local.c: New file.
|
||||
* mach/Machrules ($(interface-library)-routines): Add
|
||||
stack_chk_fail_local.
|
||||
* mach/Versions (GLIBC_2.4): Add __stack_chk_fail.
|
||||
* hurd/Versions (GLIBC_2.4): Add __stack_chk_fail.
|
||||
* mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
|
||||
CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
|
||||
CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
|
||||
|
@ -129,10 +129,6 @@ libc {
|
||||
# functions used in macros & inline functions
|
||||
__errno_location;
|
||||
}
|
||||
GLIBC_2.4 {
|
||||
# functions used by RPC stubs
|
||||
__stack_chk_fail;
|
||||
}
|
||||
|
||||
HURD_CTHREADS_0.3 {
|
||||
# weak refs to libthreads functions that libc calls iff libthreads in use
|
||||
|
@ -54,10 +54,6 @@ libc {
|
||||
# This was always there, but not exported as it should have been.
|
||||
mig_strncpy;
|
||||
}
|
||||
GLIBC_2.4 {
|
||||
# functions used by RPC stubs
|
||||
__stack_chk_fail;
|
||||
}
|
||||
GLIBC_2.23 {
|
||||
__mach_host_self_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user