aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/secure
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2022-03-08 15:39:52 +0000
committerKyle Evans <kevans@FreeBSD.org>2024-09-30 03:34:18 +0000
commite7a629c851d747772cc138efcb0418809ecdea55 (patch)
tree6074c41a3ad6defd5d04219d22ae8d05e5f88cf4 /lib/libc/secure
parent9ba8670a8b175de79ea087688f51595b4f2db862 (diff)
Diffstat (limited to 'lib/libc/secure')
-rw-r--r--lib/libc/secure/Makefile.inc2
-rw-r--r--lib/libc/secure/libc_stack_protector.c (renamed from lib/libc/secure/stack_protector.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/secure/Makefile.inc b/lib/libc/secure/Makefile.inc
index e5286a5a380f..5ee6f38d8b98 100644
--- a/lib/libc/secure/Makefile.inc
+++ b/lib/libc/secure/Makefile.inc
@@ -15,7 +15,7 @@ CFLAGS.vsnprintf_chk.c+= -Wno-unused-parameter
CFLAGS.vsprintf_chk.c+= -Wno-unused-parameter
# Sources common to both syscall interfaces:
-SRCS+= stack_protector.c \
+SRCS+= libc_stack_protector.c \
stack_protector_compat.c
SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map
diff --git a/lib/libc/secure/stack_protector.c b/lib/libc/secure/libc_stack_protector.c
index 28673caa3866..28673caa3866 100644
--- a/lib/libc/secure/stack_protector.c
+++ b/lib/libc/secure/libc_stack_protector.c