summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
Diffstat (limited to 'kern')
-rw-r--r--kern/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/debug.c b/kern/debug.c
index 2530fa6..add2acc 100644
--- a/kern/debug.c
+++ b/kern/debug.c
@@ -197,6 +197,7 @@ log(int level, const char *fmt, ...)
va_end(listp);
}
+/* GCC references this for stack protection. */
unsigned char __stack_chk_guard [ sizeof (vm_offset_t) ] =
{
[ sizeof (vm_offset_t) - 3 ] = '\r',