mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Split up stackguard-macros.h into sysdeps directories.
This commit is contained in:
4
sysdeps/sparc/sparc64/stackguard-macros.h
Normal file
4
sysdeps/sparc/sparc64/stackguard-macros.h
Normal file
@ -0,0 +1,4 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#define STACK_CHK_GUARD \
|
||||
({ uintptr_t x; asm ("ldx [%%g7+0x28], %0" : "=r" (x)); x; })
|
Reference in New Issue
Block a user