summaryrefslogtreecommitdiff
path: root/src/include/source/stack_protector.h
blob: d5532e2442db2bc43f632e4679bf7a933f81dbb9 (plain)
1
2
3
4
5
6
#ifndef SOURCE_STACK_PROTECTOR_H
#define SOURCE_STACK_PROTECTOR_H

void __stack_chk_fail(void);

#endif