diff options
Diffstat (limited to 'lib/libc/sys/stack_protector.c')
-rw-r--r-- | lib/libc/sys/stack_protector.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/sys/stack_protector.c b/lib/libc/sys/stack_protector.c index 08a68f1..f753fcd 100644 --- a/lib/libc/sys/stack_protector.c +++ b/lib/libc/sys/stack_protector.c @@ -110,9 +110,6 @@ __chk_fail(void) } void -#ifdef __GNUC__ -__attribute__((visibility ("hidden"))) -#endif __stack_chk_fail_local(void) { __stack_chk_fail(); |