1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-02 20:42:29 +03:00
Files
glibc/sysdeps/nios2/stackguard-macros.h
2015-01-17 22:29:12 -08:00

7 lines
153 B
C

#include <stdint.h>
extern uintptr_t __stack_chk_guard;
#define STACK_CHK_GUARD __stack_chk_guard
#define POINTER_CHK_GUARD THREAD_GET_POINTER_GUARD()