1# 2# libc sources related to security 3 4.PATH: ${LIBC_SRCTOP}/secure 5 6# Sources common to both syscall interfaces: 7SRCS+= stack_protector.c \ 8 stack_protector_compat.c 9 10SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map 11
1# 2# libc sources related to security 3 4.PATH: ${LIBC_SRCTOP}/secure 5 6# Sources common to both syscall interfaces: 7SRCS+= stack_protector.c \ 8 stack_protector_compat.c 9 10SYM_MAPS+= ${LIBC_SRCTOP}/secure/Symbol.map 11