linux-stable/tools/include/nolibc
Zhangjin Wu d7f16723d3 tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACKPROTECTOR
Let's define an empty __stack_chk_init for the !_NOLIBC_STACKPROTECTOR
branch.

This allows to remove #ifdef around every call of __stack_chk_init().

Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2023-08-23 04:40:22 +02:00
..
.gitignore tools/nolibc: Add gitignore to avoid git complaints about sysroot 2023-03-20 08:45:21 -07:00
arch-aarch64.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-arm.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-i386.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-loongarch.h tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0 2023-08-23 04:40:22 +02:00
arch-mips.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-riscv.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-s390.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch-x86_64.h tools/nolibc: remove the old sys_stat support 2023-08-23 04:40:22 +02:00
arch.h tools/nolibc: fix typo pint -> point 2023-06-09 11:46:08 -07:00
compiler.h tools/nolibc: fix segfaults on compilers without attribute no_stack_protector 2023-06-09 11:46:08 -07:00
crt.h tools/nolibc: add new crt.h with _start_c 2023-08-23 04:40:22 +02:00
ctype.h tools/nolibc: fix missing includes causing build issues at -O0 2023-01-09 09:36:05 -08:00
errno.h
Makefile
nolibc.h
signal.h
stackprotector.h
std.h
stdint.h
stdio.h
stdlib.h
string.h
sys.h
time.h
types.h
unistd.h