mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Add SH implementation of stackguard-macros.h.
This commit is contained in:
parent
dc1a95c730
commit
80a83dd70e
6
sysdeps/sh/stackguard-macros.h
Normal file
6
sysdeps/sh/stackguard-macros.h
Normal file
@ -0,0 +1,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()
|
Loading…
Reference in New Issue
Block a user