make stack protector work with gcc configured for non-tls canary

This commit is contained in:
Rich Felker 2012-04-30 03:00:24 -04:00
parent 28c5d46d84
commit 63374ee233

2
src/env/__stack_chk_guard.c vendored Normal file
View file

@ -0,0 +1,2 @@
#include <inttypes.h>
uintptr_t __stack_chk_guard = 0xdecafbad;