libc: Fix some more -Wmissing-prototypes warnings.
libc: Add stack protector support backBased on regressions indicated by dports bulk build (< 10), it appearsthat the deactivated stack_protector.c code was used with static stackprotection (e.g.
libc: Add stack protector support backBased on regressions indicated by dports bulk build (< 10), it appearsthat the deactivated stack_protector.c code was used with static stackprotection (e.g. -lssp_nonshared).FreeBSD moved the file to its own area less than a month ago, which iswhy I thought it had been removed. The plan is to put all securityrelated code in the same area, so I'm going to follow suit. While here,remove the stack_smash_handler, which I believe is obsolete, and reducedifferences with FreeBSD.
show more ...