From a3df56fcae737c71508c7f8d38f0728642b66d66 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 16 Apr 2014 21:28:50 -0700 Subject: alpha: Fix __pointer_chk_guard definition for the testsuite --- sysdeps/unix/alpha/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index 7425026..0c40ca6 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -377,7 +377,7 @@ extern uintptr_t __pointer_chk_guard_local attribute_relro attribute_hidden; # define PTR_MANGLE(var) \ (var) = (__typeof (var)) ((uintptr_t) (var) ^ __pointer_chk_guard_local) # else -extern const uintptr_t __pointer_chk_guard attribute_relro; +extern uintptr_t __pointer_chk_guard attribute_relro; # define PTR_MANGLE(var) \ (var) = (__typeof(var)) ((uintptr_t) (var) ^ __pointer_chk_guard) # endif -- cgit v1.1