recipes: networking/rsync: reconfigured to support old-style compression with include...
[dragora.git] / archive / gcc / __stack_chk_fail_local.c
blob2b403a6e046fb288af4b3d16eda76980a599aea4
1 extern void __stack_chk_fail(void);
2 void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }