diff options
Diffstat (limited to 'src/include/source/stack_protector.h')
| -rw-r--r-- | src/include/source/stack_protector.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/source/stack_protector.h b/src/include/source/stack_protector.h new file mode 100644 index 0000000..d5532e2 --- /dev/null +++ b/src/include/source/stack_protector.h @@ -0,0 +1,6 @@ +#ifndef SOURCE_STACK_PROTECTOR_H +#define SOURCE_STACK_PROTECTOR_H + +void __stack_chk_fail(void); + +#endif |
