mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
3 lines
133 B
C
3 lines
133 B
C
|
extern void __stack_chk_fail(void);
|
||
|
void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }
|