summaryrefslogtreecommitdiff
path: root/sysdeps/sh/stackguard-macros.h
blob: 55a5771b6293d320d9af0b01761df890b79d7b90 (plain)
1
2
3
4
5
6
#include <stdint.h>

extern uintptr_t __stack_chk_guard;
#define STACK_CHK_GUARD __stack_chk_guard

#define POINTER_CHK_GUARD THREAD_GET_POINTER_GUARD()