summaryrefslogtreecommitdiff
path: root/libc/sysdeps/generic/stackguard-macros.h
blob: ababf65d37f6e83be02c7b65ea6cb667a4fe6ed7 (plain)
1
2
3
4
#include <stdint.h>

extern uintptr_t __stack_chk_guard;
#define STACK_CHK_GUARD __stack_chk_guard