mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
hurd: fix build with -fstack-protector-strong
libmachuser and libhurduser also need stack_chk_fail_local and they do not link against libc_nonshared. * mach/stack_chk_fail_local.c: New file. * 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.
This commit is contained in:
1
hurd/stack_chk_fail_local.c
Normal file
1
hurd/stack_chk_fail_local.c
Normal file
@ -0,0 +1 @@
|
||||
#include <debug/stack_chk_fail_local.c>
|
Reference in New Issue
Block a user