Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
758261d1c1850656b47c4c40486e4237bcd769a6
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
nios2
/
stackguard-macros.h
blob: 55a5771b6293d320d9af0b01761df890b79d7b90 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#include
<stdint.h>
2
3
extern
uintptr_t
__stack_chk_guard
;
4
#define
STACK_CHK_GUARD __stack_chk_guard
5
6
#define
POINTER_CHK_GUARD THREAD_GET_POINTER_GUARD
()