mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
musl: add __stack_chk_fail_local
This is necessary for libssp_nonshared.a (only build for cross compilers for now)
This commit is contained in:
parent
88c076875e
commit
b32cc429fc
1 changed files with 2 additions and 0 deletions
2
srcpkgs/musl/files/__stack_chk_fail_local.c
Normal file
2
srcpkgs/musl/files/__stack_chk_fail_local.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
extern void __stack_chk_fail(void);
|
||||
void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }
|
Loading…
Add table
Reference in a new issue