mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Commit nios2 port to master.
This commit is contained in:
6
sysdeps/nios2/stackguard-macros.h
Normal file
6
sysdeps/nios2/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