mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
libc: ssp: sprinkle around some __dead2
This is consistent with, e.g., NetBSD's implementation, which declares these as noreturn in ssp/ssp.h.
This commit is contained in:
parent
cfb9be5062
commit
5487294d79
@ -64,9 +64,9 @@ extern int __sysctl(const int *name, u_int namelen, void *oldp,
|
||||
|
||||
long __stack_chk_guard[8] = {0, 0, 0, 0, 0, 0, 0, 0};
|
||||
static void __guard_setup(void) _GUARD_SETUP_CTOR_ATTR;
|
||||
static void __fail(const char *);
|
||||
void __stack_chk_fail(void);
|
||||
void __chk_fail(void);
|
||||
static void __fail(const char *) __dead2;
|
||||
void __stack_chk_fail(void) __dead2;
|
||||
void __chk_fail(void) __dead2;
|
||||
|
||||
/*LINTED used*/
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user