diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/libc-start.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csu/libc-start.c b/csu/libc-start.c index 5b5913e..0350b00 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -52,8 +52,7 @@ uintptr_t __stack_chk_guard attribute_relro; # ifndef THREAD_SET_POINTER_GUARD /* Only exported for architectures that don't store the pointer guard value in thread local area. */ -uintptr_t __pointer_chk_guard_local - attribute_relro attribute_hidden __attribute__ ((nocommon)); +uintptr_t __pointer_chk_guard_local attribute_relro attribute_hidden; # endif #endif |