move time64 ioctl numbers to generic bits/ioctl.h
[musl] / src / env / __stack_chk_fail.c
index 4de82fd..e32596d 100644 (file)
@@ -17,7 +17,6 @@ void __stack_chk_fail(void)
        a_crash();
 }
 
-__attribute__((__visibility__("hidden")))
-void __stack_chk_fail_local(void);
+hidden void __stack_chk_fail_local(void);
 
 weak_alias(__stack_chk_fail, __stack_chk_fail_local);