repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false...
[glibc.git]
/
sysdeps
/
sh
/
stackguard-macros.h
blob
55a5771b6293d320d9af0b01761df890b79d7b90
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()