1
0
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:
Chung-Lin Tang
2015-01-17 22:29:12 -08:00
parent 026eb207ed
commit 522e6ee3b4
98 changed files with 7681 additions and 0 deletions

View 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()