about summary refs log tree commit diff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-08-10 11:06:42 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-08-10 15:22:44 +0200
commit2d83a317e90894269ed22fac922acb1bd7f218d0 (patch)
tree2a2750146d509d21105562d1a4d6cbd2f69a98d5 /ports/sysdeps
parent2aa5b9c146ae9a3efabd430b12cddb635bc29164 (diff)
downloadglibc-2d83a317e90894269ed22fac922acb1bd7f218d0.tar.gz
glibc-2d83a317e90894269ed22fac922acb1bd7f218d0.tar.xz
glibc-2d83a317e90894269ed22fac922acb1bd7f218d0.zip
m68k: fix type of pltenter member in audit interface
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);