overhaul SSP support to use a real canary
[musl] / src / env / __stack_chk_guard.c
diff --git a/src/env/__stack_chk_guard.c b/src/env/__stack_chk_guard.c
deleted file mode 100644 (file)
index f4c9e4f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#include <inttypes.h>
-uintptr_t __stack_chk_guard = 0xdecafbad;