malloc: Use __get_nprocs on arena_get2 (BZ 30945)
[glibc.git] / sysdeps / sparc / sparc32 / stackguard-macros.h
blob1eef0f19f007cefcf71ac62b35caeaf84aca3d03
1 #include <stdint.h>
3 #define STACK_CHK_GUARD \
4 ({ uintptr_t x; asm ("ld [%%g7+0x14], %0" : "=r" (x)); x; })
6 #define POINTER_CHK_GUARD \
7 ({ uintptr_t x; asm ("ld [%%g7+0x18], %0" : "=r" (x)); x; })