summaryrefslogtreecommitdiff
path: root/src/include/source/stack_protector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/source/stack_protector.h')
-rw-r--r--src/include/source/stack_protector.h6
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