about summary refs log tree commit diff
path: root/sysdeps/sparc/ldsodefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/ldsodefs.h')
-rw-r--r--sysdeps/sparc/ldsodefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/ldsodefs.h b/sysdeps/sparc/ldsodefs.h
index 2cfdc49f7b..dc68860826 100644
--- a/sysdeps/sparc/ldsodefs.h
+++ b/sysdeps/sparc/ldsodefs.h
@@ -29,12 +29,12 @@ struct La_sparc64_retval;
 #define ARCH_PLTENTER_MEMBERS						\
     Elf32_Addr (*sparc32_gnu_pltenter) (Elf32_Sym *, unsigned int,	\
 					uintptr_t *, uintptr_t *,	\
-					const struct La_sparc32_regs *,	\
+					struct La_sparc32_regs *,	\
 					unsigned int *, const char *name, \
 					long int *framesizep);		\
     Elf64_Addr (*sparc64_gnu_pltenter) (Elf64_Sym *, unsigned int,	\
 					uintptr_t *, uintptr_t *,	\
-					const struct La_sparc64_regs *,	\
+					struct La_sparc64_regs *,	\
 					unsigned int *, const char *name, \
 					long int *framesizep)