about summary refs log tree commit diff
path: root/ports/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/m68k/ldsodefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/m68k/ldsodefs.h b/ports/sysdeps/m68k/ldsodefs.h
index bc8d540990..2fe4858b48 100644
--- a/ports/sysdeps/m68k/ldsodefs.h
+++ b/ports/sysdeps/m68k/ldsodefs.h
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -26,7 +26,7 @@ struct La_m68k_retval;
 #define ARCH_PLTENTER_MEMBERS						\
     Elf32_Addr (*m68k_gnu_pltenter) (Elf32_Sym *, unsigned int,		\
 				     uintptr_t *, uintptr_t *,		\
-				     const struct La_m68k_regs *,	\
+				     struct La_m68k_regs *,		\
 				     unsigned int *, const char *name,  \
 				     long int *framesizep);