mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Add SH implementation of stackguard-macros.h.
This commit is contained in:
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()
|
Reference in New Issue
Block a user