about summary refs log tree commit diff
path: root/sysdeps/generic/stackguard-macros.h
blob: 4fa3d96f796e98fd19f14f4e99d38c3a9f95455e (plain) (blame)
1
2
3
4
5
6
7
#include <stdint.h>

extern uintptr_t __stack_chk_guard;
#define STACK_CHK_GUARD __stack_chk_guard

extern uintptr_t __pointer_chk_guard_local;
#define POINTER_CHK_GUARD __pointer_chk_guard_local