Expose __stack_chk_fail_local() so -fstack-protector-all works.

This commit is contained in:
Dag-Erling Smørgrav 2007-06-05 08:24:34 +00:00
parent 4a95c0e83f
commit 0d1b462435
2 changed files with 1 additions and 3 deletions

View File

@ -289,6 +289,7 @@ FBSD_1.0 {
socket;
socketpair;
__stack_chk_fail;
__stack_chk_fail_local;
__stack_chk_guard;
stat;
statfs;

View File

@ -110,9 +110,6 @@ __chk_fail(void)
}
void
#ifdef __GNUC__
__attribute__((visibility ("hidden")))
#endif
__stack_chk_fail_local(void)
{
__stack_chk_fail();