mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
d6030cd898
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2 lines
133 B
C
2 lines
133 B
C
extern void __stack_chk_fail(void);
|
|
void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }
|