diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/stackprotector.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/stackprotector.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/include/linux/stackprotector.h b/ANDROID_3.4.5/include/linux/stackprotector.h deleted file mode 100644 index 6f3e54c7..00000000 --- a/ANDROID_3.4.5/include/linux/stackprotector.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _LINUX_STACKPROTECTOR_H -#define _LINUX_STACKPROTECTOR_H 1 - -#include <linux/compiler.h> -#include <linux/sched.h> -#include <linux/random.h> - -#ifdef CONFIG_CC_STACKPROTECTOR -# include <asm/stackprotector.h> -#else -static inline void boot_init_stack_canary(void) -{ -} -#endif - -#endif |