aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/stack_protector_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r211748:Konstantin Belousov2010-09-071-0/+20
Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into the separate .o for libc_pic.a. This prevents rtld from making the symbol global. Notes: svn path=/stable/8/; revision=212290